I have some elements with events bound. Before I remove those elements, do I need to unbind them first? If I don't will they cause problems?
Thanks.
Edit: I realized I phrased the question incorrectly, so now I'm making an edit, excuse me for that, I but I think it makes more sense to do this than make a new question.
I would have to use unbind or remove on an element if I replace it, right? With the js replacewith method or html method in jquery.