There's quite a few hits on Google if you search for "javascript array intersection" and "javascript array union".
For instance: http://spudly.shuoink.com/2008/05/31/arrayintersection/ http://www.kirupa.com/forum/showthread.php?t=268448 http://ketox.org/jon/blog/codespace/2005/10/array-intersection.html http://spudly.shuoink.com/2008/05/31/arrayunion/ Karl Rudd On Mon, Jun 30, 2008 at 11:55 AM, Mike <[EMAIL PROTECTED]> wrote: > > 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? >