[–] tantalor 13y ago ↗ This is a library-specific solution to a specific case of JavaScript memory management. Perhaps it should be titled, "Cleaning up event listeners with JQuery."You should mention what happens if you don't remove the event listeners.In the Closure Library, you can do something similar with a EventHandler, http://docs.closure-library.googlecode.com/git/class_goog_ev...
1 comment
[ 4.7 ms ] story [ 7.9 ms ] threadYou should mention what happens if you don't remove the event listeners.
In the Closure Library, you can do something similar with a EventHandler, http://docs.closure-library.googlecode.com/git/class_goog_ev...