Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created July 26, 2012 18:05
Show Gist options
  • Select an option

  • Save hereswhatidid/3183561 to your computer and use it in GitHub Desktop.

Select an option

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