[jQuery] jquery unbind events before removing html?

[jQuery] jquery unbind events before removing html?


hi all, i have a perfomance querstion.
when is bind some jquery events to, for example, <p id="test">.
and later i remove this HTML with jquery should i unbind all events
first or are they unbinded with removing the html?