Uncaught Error: no such method ‘show’ for tooltip widget instance

I had the same error, which was a conflict with jQuery UI.

If you use jQuery UI then you need to reorder your script load order.

My working load order:

  • jQuery
  • jQuery UI
  • Bootstrap

Leave a Comment