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
You must initialize tooltip like:
$('[data-toggle="tooltip"]').tooltip()