Answers for "If a data-placement attribute is not defined, then what placement does the tooltip use by default?"

4

bootstrap 4 tooltip

// JQuery
$(function () {
  $('[data-toggle="tooltip"]').tooltip()
})
Posted by: Guest on March-17-2020

Code answers related to "If a data-placement attribute is not defined, then what placement does the tooltip use by default?"

Browse Popular Code Answers by Language