Skip to content

Instantly share code, notes, and snippets.

@cjwebdev
Created March 8, 2018 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjwebdev/40e177261bb1526d262650ea1901069a to your computer and use it in GitHub Desktop.
Save cjwebdev/40e177261bb1526d262650ea1901069a to your computer and use it in GitHub Desktop.
Click off/away
$('.overlay').on('click', function(event) {
if (!$(event.target).closest('.exit-popup').length) {
signup.closeSignup();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment