mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-29 14:59:16 +02:00
Add v5.1.0 docs (#34675)
This commit is contained in:
8
docs/5.1/examples/sidebars/sidebars.js
Normal file
8
docs/5.1/examples/sidebars/sidebars.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* global bootstrap: false */
|
||||
(function () {
|
||||
'use strict'
|
||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
||||
tooltipTriggerList.forEach(function (tooltipTriggerEl) {
|
||||
new bootstrap.Tooltip(tooltipTriggerEl)
|
||||
})
|
||||
})()
|
Reference in New Issue
Block a user