$(document).click(function(e){ if (!$(e.target).closest('#appearing-box').length) { $('#appearing-box').hide(); } });