Find value in Array using JQuery

by Francis 2013-01-05 16:21:48

Find value from in Array using JQuery

exit = $.inArray(value, array);
if returns -1 means the value is not in array.
792
like
0
dislike
0
mail
flag

You must LOGIN to add comments