Remove a Tooltip
3 posters
Page 1 of 1
Remove a Tooltip
When you're creating a tooltip, the function is
How do you remove a tooltip though? (removing the class doesn't work)
|
How do you remove a tooltip though? (removing the class doesn't work)
Last edited by Ace 1 on October 24th 2016, 13:30; edited 1 time in total
Re: Remove a Tooltip
Hello @Ace 1,Ace 1 wrote:When you're creating a tooltip, the function is
- Code:
$(element).tooltipster()
How do you remove a tooltip though? (removing the class doesn't work)
Where exactly is this located and is it a tooltip with a javascript? If yes then i would suggest maybe this:
- Code:
$(element).tooltipster({ display: none });
Re: Remove a Tooltip
@Luffy I actually want to remove the tooltip entirely. Like if I were to use this jQuery:
I want a function that will remove the tooltips from those
tags.
Also, your code didn't work.
- Code:
$('a').tooltipster();
I want a function that will remove the tooltips from those
|
Also, your code didn't work.

» Remove tooltip from topics when hover
» tooltip not working (or im failing)
» Tooltip problems
» How to type in tooltip?
» Tipsy tooltip problem
» tooltip not working (or im failing)
» Tooltip problems
» How to type in tooltip?
» Tipsy tooltip problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum