[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 script tag,

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


















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap