This commit is contained in:
2026-09-02 14:15:45 -06:00
parent 82749e7bbd
commit 97d834e201
142 changed files with 11143 additions and 4501 deletions
+3
View File
@@ -356,6 +356,9 @@
$('[id*="xbtn"]').each(function () {
$(this).addClass('btn-pop animate__animated animate__pulse animate__infinite disable');
$(this).attr('data-popid', '#pop' + index);
const h2Text = $('#pop' + index).find('h2').text();
$(this).attr({'data-bs-toggle': 'tooltip', 'data-bs-placement': 'top', 'title': h2Text});
new bootstrap.Tooltip(this, { trigger: 'hover' });
index++;
});
pops();