Side navigation
#6793 closed enhancement (invalid)
Opened July 15, 2010 02:59PM UTC
Closed December 02, 2010 08:08AM UTC
Last modified March 13, 2012 11:08PM UTC
jQuery clone without innerHTML workaround for IE
Reported by: | steida | Owned by: | steida |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | core | Version: | 1.4.2 |
Keywords: | clone cloneNode ie bug | Cc: | |
Blocked by: | Blocking: |
Description
Its pretty old fix from hedgerwang, rewamped for jQuery.
Attachments (0)
Change History (4)
Changed July 21, 2010 01:28AM UTC by comment:1
Changed October 31, 2010 01:39AM UTC by comment:2
owner: | → steida |
---|---|
priority: | → undecided |
status: | new → pending |
Could you please explain what specific issues this code is addressing?
Changed October 31, 2010 05:17PM UTC by comment:3
Read the comments you moron.
"IE copies events bound via attachEvent when cloneNode."
Instead of innerHTML, use clearAttributes.
Changed December 02, 2010 08:08AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | pending → closed |
Automatically closed due to 14 days of inactivity.
Code from the link: