Show/Hide Tooltips on Button Toggle
Is there a way to show/hide 'all' tooltips on a button click rather than a mouseover of individual divs? On the fiddle, a mouseover each box reveals the tooltip for that box, I want to be able to disable the tooltips being shown on a mouseover but enable them to all show on a mouse click of the button, which can be toggled to then hide all tooltips when clicked again.
NB: Unsure why the tooltips aren't hovering over their associated divs on the fiddle, all working fine in my actual code.
jsfiddle
had assumed something like this would work, but it seems not...
- $('.box').tooltip('enable').tooltip('open');
Many thanks