thanks for the quick answer (and for the advice too! will do in the future)
On Jul 8, 3:58 pm, Aaron Newton <[email protected]> wrote: > > if you dispose the div does it remove the event listener? > > no > > > if you destroy the div div does it remove the event listener? > > yes > > > now the same question but with children of the div - ie does > > destroying or disposing a parent div remove the event listeners from > > the divs children? > > same answers. dispose: no, destroy: yes. > > You should just go look at the code to find this answer. You'll learn a lot > (though it's fine of you to ask here, just saying this is a good reason to > go read the source).
