Skip to content

Instantly share code, notes, and snippets.

@SashaKolbasov
Created January 4, 2017 19:01
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 SashaKolbasov/a02429e13aff1f11b1e67d326a241086 to your computer and use it in GitHub Desktop.
Save SashaKolbasov/a02429e13aff1f11b1e67d326a241086 to your computer and use it in GitHub Desktop.
Body Click to Hide block
$('body').click(function (e) {
if ($(e.target).closest('selector').length == 0) {
$('selector').removeClass('_active');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment