how to use bootstrap tooltip in elementoe code example
Example 1: bootstrap tooltip
Example 2: bootstrap tooltip on dynamic element
$("body").tooltip({
selector: '[data-toggle="tooltip"]'
});
$("body").tooltip({
selector: '[data-toggle="tooltip"]'
});