0
Skip to Content
Event Example
Event Example
 
 
 
// When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = ; }