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 a
a
If your list contains a list of elements, then you can use jQuery.not or jQuery.filter to do your "array.remove". (Answer added because of the high google score of your original question).