> Interesting, your fix (replacing jQuery(options.target).html(data) with
> jQuery(options.target).attr("innerHTML", data) )[1] was reported as bug
> #914[2] about 2 weeks ago (the issue being that $().attr("innerHTML", data)
> was failing in IE6) and the solution Brandon came up[3] with was to replace
> that with $().html(data). I wonder if $().load is having this issue as well
> (though I don't recall anyone complaining about $().load executing scripts
> twice)?

I haven't heard of any issues with $().load.  I just copied the code
from there.  It passes the unit tests in IE6.

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to