paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

toolbar is not destroyed when the page is changed using hashchange #50

Open crashnick16 opened 8 years ago

crashnick16 commented 8 years ago

is there a way to destroy toolbar.js when the element that it belongs to is destroyed?

aRandomKiwi commented 8 years ago

Hi crashnick16,

If your issue is still current, you can check my fork https://github.com/Mariick/toolbar, i added manual remove (e.g : el.toolbar("remove") ) and automaticaly remove support when the element toolbar belongs to is destroyed