JQuery Check -Wert gibt es in Array

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