#6793 closed enhancement (invalid)
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.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Owner: | set to steida |
---|---|
Priority: | → undecided |
Status: | new → pending |
Could you please explain what specific issues this code is addressing?
comment:3 Changed 12 years ago by
Read the comments you moron.
"IE copies events bound via attachEvent when cloneNode."
Instead of innerHTML, use clearAttributes.
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
Note: See
TracTickets for help on using
tickets.
Code from the link: