Sha256: 6545958446469b55ba2c77717e097f7ab241fe19c6a06ef9faab0643d2423675
Contents?: true
Size: 391 Bytes
Versions: 29
Compression:
Stored size: 391 Bytes
Contents
import * as bootstrap from 'bootstrap' document.addEventListener('turbo:load', bindTooltips) document.addEventListener('turbo:render', bindTooltips) function bindTooltips () { const tooltipsQuery = '[data-bs-toggle="tooltip"]' const toastElList = document.querySelectorAll(tooltipsQuery) Array.from(toastElList).map(tooltipEl => { return new bootstrap.Tooltip(tooltipEl) }) }
Version data entries
29 entries across 29 versions & 1 rubygems