Answers for "bootstrap 5 tooltip button still"

0

Tooltip with Html attribute bootstrap 5

<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-bs-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
  Tooltip with HTML
</button>
Posted by: Guest on July-06-2021
0

bootstrap 5 tooltip

var exampleEl = document.getElementById('example')
var tooltip = new bootstrap.Tooltip(exampleEl, options)
Posted by: Guest on January-12-2022

Browse Popular Code Answers by Language