if(jQuery.inArray("test", myarray) !== -1)
function isInArray(value, array) { return array.indexOf(value) > -1; }