Laravel 9 $(…).tooltip is not a function
I'm using a fresh installation of Laravel Framework 9.43.0. Bootstrap and jQuery are working fine, except voor tooltip(). It's giving me this error: Uncaught TypeError: $(...).tooltip is not a function I tried a lot of different combinations of importing JS…