Trying to make Bootstrap show the tooltip function, I have followed exactly as Bootstrap DOC about Tooltips and declare my attribute and properties. when I hover over the text t
Your problem is more than likely that you failed to initialize the tooltip correctly. Take a look at this bootply
The documents state:
HTML:
Jquery:
$("[data-toggle=tooltip").tooltip();
bootstrap.min.css
and bootstrap.js
for the tooltip to work correctly. /
in front of path).