PHP Classes

File: htdocs/themes/xbootstrap5/examples/sidebars/sidebars.js

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/examples/sidebars/sidebars.js   Download  
File: htdocs/themes/xbootstrap5/examples/sidebars/sidebars.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 256 bytes
 

Contents

Class file image Download
/* global bootstrap: false */ (() => { 'use strict' const tooltipTriggerList = Array.from(document.querySelectorAll('[data-bs-toggle="tooltip"]')) tooltipTriggerList.forEach(tooltipTriggerEl => { new bootstrap.Tooltip(tooltipTriggerEl) }) })()