Opened 15 years ago
Closed 13 years ago
#3005 closed bug (duplicate)
jQuery 1.2.6 crashes Safari 2.0.4 consistently when using appendTo()
Reported by: | subchild | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | safari, append, appendTo | Cc: | |
Blocked by: | Blocking: |
Description
Appending a block of HTML (containing some div, img and anchor nodes) to the body element crashes Safari 2.0.4 consistently. The browser just shuts down once the dom ready code executes.
An example is here: http://www.subchild.com/j/1.2.6-safari-bug.html
Please view the source (in a different browser) to see some comments and alternate methods which produced same or similar results.
This problem did not exist in prior version of jQuery.
Note: while this technique for concatenating strings may not be popular or recommended, it is valid and should be supported in my opinion. That said, I'm not a huge fan of it myself.
Thanks for making and supporting the ultimate JavaScript library.
Alex (mlb.com team)
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I'm not sure what (if anything) changed, but I am no longer able to reproduce this bug.
comment:3 Changed 14 years ago by
I've the same problem adding html content during an ajax call, using append(), preprend(), html()...
Related #2974