DEV Community

Discussion on: What's New in Bootstrap 5

Collapse
 
bartmax profile image
Bart Calixto

I like this way better:

document.querySelectorAll('[data-bs-toggle="tooltip"]').forEach(function(tooltipTriggerEl){new bootstrap.Tooltip(tooltipTriggerEl)})
Enter fullscreen mode Exit fullscreen mode