If NOT in array
If NOT in array
Is this the right way to do IS NOT in array:
$.inArray(tbodyNumber, ids) == -1
Since IS in array is:
$.inArray(id, ids) != -1
id should be in ids, but tbodyNumber should not.
Topic Participants
nd00jan
jakecigar