doSlide
doSlide copied to clipboard
Unbind all events
I'm creating slides dynamically and I also destroy these dynamically. Is it possible to unbind all registered DOM events? I'm struggeling with regular scrolling after destroying /closing the slides. I cannot on the page anymore. I read about 'stopPropagation', but from the docs I cannot understand how to use it. Maybe a 'destroy' method would be useful.