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, 1:30 pm; 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 });
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
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.
Re: Remove a Tooltip
Have you tried (?) :
- Code:
$('a').tooltipster('destroy');
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» tooltip not working (or im failing)
» Tooltip problems
» How do I add tooltip to the title tags? [phpbb3]
» Tipsy tooltip problem
» Tooltip in recent posts
» Tooltip problems
» How do I add tooltip to the title tags? [phpbb3]
» Tipsy tooltip problem
» Tooltip in recent posts
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum