Opened 13 years ago
Closed 13 years ago
#7006 closed bug (invalid)
.html() on a cloned element returns value of the parent element
Reported by: | Dashu | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | attributes | Version: | 1.4.2 |
Keywords: | cloned bug, innerHtml | Cc: | |
Blocked by: | Blocking: |
Description
If I clone a tablerow, change its content and then call clone.html(), it returns the inner HTML value of the parent element (the one it was cloned of)
I attached a testcase to reproduce the bug
Attachments (3)
Change History (4)
Changed 13 years ago by
Changed 13 years ago by
Attachment: | jquery-1.4.2.min.js added |
---|
the jQuery file for the demonstration
comment:1 Changed 13 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The provided test code is invalid. Using valid code, .clone and .html work fine. Please use the jQuery Forum for support requests.
Note: See
TracTickets for help on using
tickets.
The HTML File for the demonstration