Hi there,
Wondering if anybody can provide advice on the following.
I am experiencing a situation whereby TB popovers and tooltips do not
disappear while moving between pages.
Example
Hover over a element that contains a popover - popover shows
Use the tab button to navigate to a link on the page and the hit enter
The popover from the previous page persists on the new page.
As a hack at the moment I'm running a $('.tooltip').hide() and
$('.popover').hide();
before each page loads.
This is just a hack though as the popovers are still there just hidden now.
My question is can anyone suggest a method for closing popovers/tooltips
when a page closes.
Thanks very much