Skip to content

Instantly share code, notes, and snippets.

@sealucky7
Created June 1, 2018 07:41
Show Gist options
  • Save sealucky7/41a7d74e272d33bd437cd3dc7689a0c8 to your computer and use it in GitHub Desktop.
Save sealucky7/41a7d74e272d33bd437cd3dc7689a0c8 to your computer and use it in GitHub Desktop.
$("body").click(function(e) {
if($(e.target).closest("your menu and button").length === 0) {
$(".burger-menu").slideUp(400);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment