$(document).click(function(){ $("#try").hide(); }); $("#try").click(function(e){ e.stopPropagation(); });