Hi there, got something strange with element.match()

when I do this

$('body').match($('myDivThatDoesntExist'))

it returns true... in fact, I cant get it to reliably match anything
other than a selector string.
The docs say .match() should work on selector strings AND
elements...Is this a bug?

Thanks
Jacob

Reply via email to