vote up 1 vote down star

What would be the jquery equivalent for list.detect in prototype?

flag

1 Answer

vote up 2 vote down

Returns the index of the first element with "value":

jQuery.inArray(value, array);
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.