#14711 closed bug (notabug)
Click handler is not attach to new elements when once removed from the dom
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you create a dom with a click handler and remove it, then you append it again to the dom the click handler is not attach to the new dom element as you would expect, but to the old removed dom element.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Please followup on API questions to the forum, not the bug tracker.
Note: See
TracTickets for help on using
tickets.
http://api.jquery.com/detach/