Also, jQuery has a few array methods in the core:
http://docs.jquery.com/Utilities
So, like Klaus said, you probably don't need a plugin.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 28, 2008, at 10:52 AM, Klaus Hartl wrote:
I don't think you need a plugin for that. It is plain old
JavaScript...:
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Array#Methods_2
Sounds like you need the splice method.
--Klaus
On Jun 28, 3:54 am, Mike <[EMAIL PROTECTED]> wrote:
Are there any plug ins for union or intersection of arrays?