Side navigation
#14711 closed bug (notabug)
Opened January 21, 2014 12:25PM UTC
Closed January 21, 2014 12:30PM UTC
Last modified January 21, 2014 12:41PM UTC
Click handler is not attach to new elements when once removed from the dom
Reported by: | kevin.simper@gmail.com | 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.
http://api.jquery.com/detach/