SyntaxFix
Write A Post
Hire A Developer
Questions
None of the solutions above worked for me. This one works for me:
$(document).ready(function() { $('body').tooltip({ selector: '[data-toggle="tooltip"]', html: true }); });