Home > Net >  Bootstrap tooltip not triggering on badge
Bootstrap tooltip not triggering on badge

Time:01-23

I have a Laravel app for which I'm trying to trigger a Bootstrap tooltip on a badge, but am getting the following error in the console:

Uncaught ReferenceError: Tooltip is not defined

I'm importing Popper and JavaScript components in resources/js/bootstrap.js as per the Bootstrap 5 working Bootstrap tooltip example

  •  Tags:  
  • Related