$(document).click(function(){ $(".bg div").hide() }) $(".bg div").click(function(e){ e.stopPropagation() })