Created
April 11, 2014 07:14
-
-
Save nadeemelahi/10446070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if you have button with a click handler, and you remove it from dom, does the handler remain? | |
if you call removeChild on its parent, then the handler is gone. if you instead append it to a document fragment, it will keep it | |
jQuery .revome() kills the handler. jquery "detach" will keep it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment