$('html').click(function() { // Hide the menus if visible. }); $('#menucontainer').click(function(event){ event.stopPropagation(); });
$('html').click(function() { // Hide the menus if visible. }); $('#menucontainer').click(function(event){ event.stopPropagation(); });