El valor de verificación de jQuery existe en la matriz

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