Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 5 years ago by subchild
I'm not sure what (if anything) changed, but I am no longer able to reproduce this bug.
comment:3 Changed 5 years ago by rortelli
I've the same problem adding html content during an ajax call, using append(), preprend(), html()...
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Related #2974