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

2009-07-14 Thread zorba
No, as far I as can see. I wrap some lists of words with using a little fn: function setBold(text) { var occur = text.split(","); for( i=0; i' + r.text + '<\/strong>'); r.collapse(false) } }: function (node, te) { var pos,

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

2009-07-13 Thread Ricardo
What is the other script that adds the class, does it involve ajax/get/ load? On Jul 13, 10:49 am, zorba wrote: > 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 ".highligh