-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there is any callback for modal ?? like slider and push #849
Comments
You have |
Thanks Johann ?? |
Not on the var myModal = document.getElementById('modalTest');
function myFunction () { }
myModal.addEventListener('modalOpen', myFunction); |
what happens if I make it on |
It wont work because modal object triggered the event |
Thanks :)))))) |
Another issue I found , what I found is the js code for the second page is not loaded when I move between the two pages, Is that the true way to handle js code for every page??! |
No description provided.
The text was updated successfully, but these errors were encountered: