paulkinzett / toolbar

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

Manually close toolbar #47

Open hoigo opened 9 years ago

hoigo commented 9 years ago

I would like to manually close the toolbar! Could you provide a way to do it?

paulkinzett commented 9 years ago

Hi @hoigo, im not to sure what you mean by "manually close the toolbar"? are you able to expand on what you are trying to achieve?

hoigo commented 9 years ago

Hi Paul, well, I forgot to say that I would like to open and close it manually. E.g. I have a list of checkable entries and I would like to show the toolbar if at least one entry is selected (checked). For this it would be nice if I could manually open and close the toolbar.

serhiinkh commented 8 years ago

I close toolbar in this way $('body').trigger('click');