On 2/16/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
This is fixed in svn; unit tests updated too. Good catch, guys!
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)?
[1] http://jquery.com/dev/svn/rev/1357/ line 219
[2] http://jquery.com/dev/bugs/bug/914/
[3] http://jquery.com/dev/svn/rev/1295/
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/