I have html page, with many elements have tooltips.
The tooltips contain some explanations about the elements.
In my page, I have button - 'show explanations'. I want, on this button clicking, to show all the tooltips proactively , even that usually tooltip is shown only on element-mouse-over.
How can I show and hide tooltips proactively? (by javascript / html code. Optional- using jquery/knockout)?