Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created July 26, 2012 18:05
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 hereswhatidid/3183561 to your computer and use it in GitHub Desktop.
Save hereswhatidid/3183561 to your computer and use it in GitHub Desktop.
Model click to remove scripts
$('html').click(function() {
//Hide the menus if visible
});
$('#menucontainer').click(function(event){
event.stopPropagation();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment