Tooltips not working?
See original GitHub issueI’m testing with the example from the docs and it just doesn’t do anything.
<a class="btn tooltipped" data-position="bottom" data-delay="50" data-tooltip="I am tooltip">Hover me!</a>
All the other Materialize classes are working.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14
Top Results From Across the Web
Bootstrap tooltips not working - Stack Overflow
Without the selector option the tooltip does not work for me, here is a demo i put up: jsfiddle.net/VXctp, try it without the...
Read more >[Solved] Bootstrap tooltip not working - Code2care
If you have included a tooltip feature to your webpage designed using Twitter's Bootstrap UI Framework and it's not working then the most ......
Read more >Tooltips · Bootstrap v5.0
Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 ... Triggering tooltips on hidden elements will not work....
Read more >Bootstrap tooltip not working? - Laracasts
Hi, In my blade files a bootstrap tooltip is working properly. But in my .vue files the tooltip does not work anymore? I'm...
Read more >Tooltip HTML messages not working
I am using MDB Pro v4.10.1 with Bootstrap v4.4.1. I want to use html formatted Tooltips but it isnot working. I did exactly...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@simoazzo try adding this between your jquery-ui-min and materialize references to make sure there are no conflicts between them:
$.widget.bridge('uitooltip', $.ui.tooltip);
@joaosardinha are you using any other UI framework (like jQuery UI) that might be overriding the Materialize tooltip function?