I am using the Tooltipster tooltip on my website.
I want to know, is there a way to disable a Tooltipster tooltip that is showing, on a mouse button click ?
Like suppose I have a form and the Submit button has a Tooltipster tooltip on it which shows when the user hovers the mouse over the submit button. Now, I want the tooltip to be disabled immediately (i.e. go away) when the user clicks on that form Submit button. Can this be done somehow ?
This worked for me:
$('#idToHide').tooltipster('content', null);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With