bootstrap5_admin-1.0.1/js/enable-tooltip.js

js/enable-tooltip.js
// cSpell:ignore Popover
if (typeof bootstrap !== 'undefined') {
  document.querySelectorAll('[data-bs-toggle="tooltip"]').forEach(el => {
    if (el.getAttribute('title') || el.getAttribute('data-bs-original-title')) {
      new bootstrap.Tooltip(el);
    }
  });
  document.querySelectorAll('[data-bs-toggle="popover"]').forEach(el => {
    if (el.getAttribute('title') || el.getAttribute('data-bs-content')) {
      new bootstrap.Popover(el);
    }
  });
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc