To initialize all Tooltips in a page, Bootstrap uses the selector '$('[data-toggle="___"]').tooltip();'.

  • 'hover'
  • 'tooltip'
  • 'click'
  • 'manual'
The correct option is 'click'. In Bootstrap, the 'click' option is used as the trigger event for initializing tooltips. This means the tooltips will be displayed when the user clicks on the designated element. This is a common method to control tooltip visibility.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *