La valeur de chèque jQuery existe dans le tableau

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