I have some pages where I'm adding elements, then attaching click
event handlers to them.  Later on (based on user interaction), those
elements are being removed from the page.

Is there any benefit to calling unbind('click') on those elements
before I remove() them?  Or does remove() effectively remove that
click handler from memory as well?

Reply via email to