Well my interest is whether jQuery does remove attached event handlers from the DOM object and all it's descendants (if they got some event handlers attached as well), if I just remove that DOM object with jQuery('.selector').remove()
?
views:
48answers:
1
+1
A:
jQuery docs: "Note that this function starting with 1.2.2 will also remove all event handlers and internally cached data."
Zed
2009-10-24 07:36:36