[jQuery] Re: Does removing an element automatically remove bound events from memory?

2009-03-01 Thread mkmanning
As of 1.2.2 bound events and cached data are removed if you use .remove () or .empty() On Mar 1, 9:52 am, sliver sliver2...@gmail.com wrote: Say you have a page that will alter the DOM extensively through user interaction as well as binding events to those elements. My question is, are bound

[jQuery] Re: Does removing an element automatically remove bound events from memory?

2009-03-01 Thread sliver
Thanks for the quick response! On Mar 1, 1:42 pm, mkmanning michaell...@gmail.com wrote: As of 1.2.2 bound events and cached data are removed if you use .remove () or .empty() On Mar 1, 9:52 am, sliver sliver2...@gmail.com wrote: Say you have a page that will alter the DOM extensively