jquery version of array.contains

Posted by morgancodes on Stack Overflow See other posts from Stack Overflow or by morgancodes
Published on 2009-01-16T15:22:05Z Indexed on 2010/05/24 4:31 UTC
Read the original article Hit count: 289

Filed under:
|

Can jquery test an array for the presence of an object (either as part of the core functionality or via an avaible plugin).

Also, I'm looking for something like array.remove, which would remove a given object from an array. Can jquery handle this for me?

thanks,

-Morgan

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery