Valor de verificação jQuery existe na matriz

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