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