Node removal and event handlers
- by HiveHicks
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?