Nilai cek jQuery ada di array

if ($.inArray('example', myArray) != -1)
{
  // found it
}
Elegant Eagle