Skip to content

Instantly share code, notes, and snippets.

@Venegrad
Created November 15, 2016 23:11
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 Venegrad/d3358efd123a3e3d7548113159c518a3 to your computer and use it in GitHub Desktop.
Save Venegrad/d3358efd123a3e3d7548113159c518a3 to your computer and use it in GitHub Desktop.
$(document).click(function (event) {
if (!$(event.target).closest(".selector").length) {
// what event
}
event.stopPropagation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment