[jQuery] IE doesn't seem to see classes created by other JQuery Script

[jQuery] IE doesn't seem to see classes created by other JQuery Script


Hi,
I'll do my best to explain the following.
I simply want to do this:
$("myDiv p").find(".highlight:contains(someText)").doSomeStuff...
where the class ".highlight" has just been appended by another script.
It works great with FF but not with any of the IE navigators.
I verified with the most simple script I could, like $
(".highlight").remove(); and obviously Firefox can detect this class
created by JQuery but IE can't .
Why ? Or where am I wrong ?
Thanks in advance for your replies.