Returns true if at least one of the elements in the current set matches the new selector. Returns false if otherwise.
true or false
$('p').is('.foo')
Returns true if at least one of the elements in the current set matches the new selector. Returns false if otherwise.