Topic: Cannot get tooltip to work.
fredemagi pro asked 6 years ago
When trying to get tooltip working with the examples from in here, I encounter the error:Uncaught TypeError: Bootstrap tooltips require Popper.jsI inititialize with$(function () {$('[data-toggle="tooltip"]').tooltip();})Regards.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Bartłomiej Malanowski staff commented 6 years ago
Did you add popper.js to your HTML before you load bootstrap.js?fredemagi pro commented 6 years ago
Ah, forgot to. Thanks.