On 11/29/06, Subway <[EMAIL PROTECTED]> wrote: > Subway wrote: > > > > My first jQuery project: http://www.osxcode.com/feedsearch/ > > Ok, I kinda found a solution ... ok, better call it a hack. It's a very > small hack, but that doesn't change the fact that I don't really like it. > This is what I added before I target the content that I insert into the > 'greencontent' div: > > $("#greenboxcontent").html($("#greenboxcontent").html()); > > Is there a better way to do this? And well, I guess I better add a browser > check to only do this with Safari. ;-)
That is interesting. Sounds like a timing issue ... like the node isn't actually there on the first call. That is why using classes work ... b/c it takes time before it finds the node. I hope I can find some time to take a look at this myself. -- Brandon Aaron _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
