Erlendftw

JS-code Norwegian / Magnus

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