paulkinzett / toolbar

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

add destroy method #29

Closed haithemT closed 9 years ago

haithemT commented 11 years ago

it would be nice to have a "destroy" method to remove toolbar from the DOM

brandonkm commented 11 years ago

This may alter the current behavior of the plugin quite a bit. Currently, the toolbar is shown strictly through the CSS display and opacity properties. The standard use case assumes the toolbar is already constructed in the DOM. In order to remove it, there would need to the inverse of constructing it.