Node removal and event handlers
Posted
by HiveHicks
on Stack Overflow
See other posts from Stack Overflow
or by HiveHicks
Published on 2010-04-16T12:13:59Z
Indexed on
2010/05/18
7:50 UTC
Read the original article
Hit count: 270
Just interesting... What happens to node's event handlers when I remove it completely from the DOM tree? That means, if I create a node with the same id as removed node later, will it have the same event handlers?
© Stack Overflow or respective owner