wieringen / tinyscrollbar

A lightweight cross browser javascript scrollbar.
http://baijs.com/tinyscrollbar
Other
398 stars 203 forks source link

Destroying a scrollbar? #32

Open joshbedo opened 9 years ago

joshbedo commented 9 years ago

I'm wondering how you could go about destroying the scrollbar so you detach the events and hide it by using the disable class. Right now it doesn't work to well when i have a view thats constructed and destroyed at a later point. I'm noticing it work the first time but then when i close and open the dropdown it's all messed up and the scrollbar doesn't work. So it seems like some kind of garbage collection with events is going on.