bootstrap tooltip on hover text code example
Example 1: bootstrap tooltip
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
Example 2: bootrap tooltip
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})