jQuery проверка существует в массиве

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