$(document).click(function (event) { if ($(event.target).closest("селектор DIV-а").length === 0) $("селектор DIV-а").remove(); });