Skip to content

Instantly share code, notes, and snippets.

@RuslanAsadov
Created December 12, 2018 13:21
Show Gist options
  • Save RuslanAsadov/0dc60c9168424b0904524ee49a5f4de3 to your computer and use it in GitHub Desktop.
Save RuslanAsadov/0dc60c9168424b0904524ee49a5f4de3 to your computer and use it in GitHub Desktop.
Click:not(element)
$(document).on('click', function(e) {
if (!$(e.target).closest('.setlang').length) {
// code
}
e.stopPropagation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment