If you use the remove() method all event handlers will be removed automatically, you don't need to worry about that.
On Apr 26, 6:42 am, "lhwpa...@googlemail.com" <lhwpa...@googlemail.com> wrote: > hi all, i have a perfomance querstion. > > when is bind some jquery events to, for example, <p id="test"></p>. > and later i remove this HTML with jquery should i unbind all events > first or are they unbinded with removing the html?