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
I found way to remove object:
foot = { bar : 'test'}; delete foot[bar];