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