darktooltip
darktooltip copied to clipboard
Prevent showing multiple Tooltips when trigger is Click
I am applying a tooltip on multiple items, with trigger = click, The problem now is that when moving from one tooltip to another, the first one does not disappear until we click on anywhere in the page. Is there any option to deal with this issue?
As a work around, I simply trigger call on any item in the page before showing any new tooltip, which fixed the problem for me, as followingL
$(Any Selector).trigger("click");