[jQuery] :contains selector error/bug in IE

[jQuery] :contains selector error/bug in IE


I am loading an XML doc with the jQuery ajax call and then trying to
search it using this statement.
var myRow = $(myXML).find('Cell:contains(0100)')
This works just fine in FireFox and Chrome but I get 0 results in IE
Can someone suggest an alternate way to accomplish this same search
that works in IE?
Thank you,
Art
Details
---------------------------
WinXP
IE7
jQuery 1.3.2