If you want to close a modal window when you click its background, but wish to keep it open when we click inside it, use event.stopPropagation() to prevent the click from bubbling up to the parent element.