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