If I attached a bunch of events to some DOM elements - and then remove them - will the memory used for their event handlers or other attributes still be used?
I ask because I want to know if I will use a bunch of memory if I keep refilling an area of a page with new elements from AJAX requests and binding events to them - only to delete them and repeat the process when a new AJAX result comes in.