I have a dynamically generated a long list of items with events bound
to them. I was wondering, when I clear the list, or replace it, is it
necessary to unbind all their events before clearing its parent
container?

I know I can experiment to answer this question, but I wanted to know
if perhaps html('') on the parent container runs unbind() anyways?

...Rene

Reply via email to