I was wondering if anyone could tell me why firefox still runs the scripts,
even though they are not explicitly evaluated... the appendChild by itself
seems to be enough to get firefox to run inline scripts which are not on the
top level.


Jim Marion wrote:
> 
> 
> The eval is in the domManip. It looks like $.load calls .html which
> calls .append. append calls domManip. The only problem is that the
> code doesn't do a deep search for script tags in IE. Therefore, for
> IE, you script tags have to be at the top level. They don't appear to
> get evaluated if they are buried deeper in the document.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/%24.load%28%29-javascript-problems-in-IE-and-Safari-tp12597156s27240p14744781.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to