[jQuery] Re: Is unbind() necessary if you use remove()?

2008-04-08 Thread tlphipps
doh. Now I feel really bad for not looking at the docs. Thank you very much for kindly pointing that out to me! On Apr 8, 12:17 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Apr 8, 2008, at 9:11 AM, tlphipps wrote: > > > > > I have some pages where I'm adding elements, then attaching click

[jQuery] Re: Is unbind() necessary if you use remove()?

2008-04-08 Thread Karl Swedberg
On Apr 8, 2008, at 9:11 AM, tlphipps wrote: 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