if ($.inArray('example', myArray) != -1) { // found it }
$.inArray( 5 + 5, [ "8", "9", "10", 10 + "" ] );