SyntaxFix
Write A Post
Hire A Developer
Questions
try this
$('html').click(function() { //your stuf }); $('#menucontainer').click(function(event){ event.stopPropagation(); });
you can also use the outside events