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