Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- window.onclick = function(event) {
- var foundModal = event.target;
- if (event.target.className != 'w3-modal') return; //Only proceed if class is w3-modal
- event.target.style.display = "none";
- }
Advertisement
Add Comment
Please, Sign In to add comment