cc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user