[Solved] Bootstrap tooltip not working

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 common reason for it would be that you have not added the jQuery activation code in your <script> tag.

Solution :

Just add the below lines of code to the script tag,

$("[data-toggle=tooltip").tooltip();

This is not an AI-generated article but is demonstrated by a human.

Please support independent contributors like Code2care by donating a coffee.

Buy me a coffee!

Buy Code2care a Coffee!

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!