>     $('div#content').children('script').html();

alert($('div#content').children('script').html());  says "Null".


I changed the ajax request to:

$('#content').load(this.href); //used to load html + script in post 6
this thread

and again under FF & Safari, the loaded script executes when
requested.  I was using $.get(this.href, function(html){...etc...})
and it also worked fine under FF, Safari, but no joy under IE 6.
This seems to be a huge topic of discussion.  And I'm guessing there
is a fix, but I'm at a loss to decipher it.



Reply via email to