You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my code for bootstrap modal popup.
document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('.modal').forEach(function (modal) {
modal.addEventListener('shown.bs.modal', function () {
if (modal.classList.contains('modal-smooth-scroll')) {
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In Touch devices scrolling is not working.
my code for bootstrap modal popup.
document.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll('.modal').forEach(function (modal) {
modal.addEventListener('shown.bs.modal', function () {
if (modal.classList.contains('modal-smooth-scroll')) {
});
Beta Was this translation helpful? Give feedback.
All reactions