paulkinzett / toolbar

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

close tool bar when click away #18

Closed devmondo closed 11 years ago

devmondo commented 11 years ago

hi, is there possibility to close the tool bar when user click on the page outside the tool bar ? because currently the only way to close it is to click the initiating element again,

thanks in advanced.

paulkinzett commented 11 years ago

Hi @devmondo

This is an option 'hideOnClick' which when set to true will do exactly what your after.

Cheers,

devmondo commented 11 years ago

thanks for the fast reply, and sorry for my short sight :)