Why doesnt work Bootstrap's Tooltip?

https://codepen.io/paulinafischer/full/BwVaaQ/

please help me!

You need to switch the order of the external libraries. JQuery must be added first and then Bootstrap, because Bootstrap has features which require JQuery to work.

1 Like

Thanks :slight_smile: