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