Good point but there has to be a simple intersection/union piece of code out there that can find the intersection or union of n number of arrays.
On Jun 28, 8:57 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > 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 Swedbergwww.englishrules.comwww.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:Gl... > > > 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?