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
Hi thanks you for this nice project
but i am wondering if there is any way that we can initialize the modally and open the modal by performing DOM, Onclick method
like
$(document).on('click', 'modal-id', function() {
modally.add('modal-id');
});
Hi thanks you for this nice project
but i am wondering if there is any way that we can initialize the modally and open the modal by performing DOM, Onclick method
like
$(document).on('click', 'modal-id', function() {
modally.add('modal-id');
});