$('body').click(function (event) { if(!$(event.target).closest('#openModal').length && !$(event.target).is('#openModal')) { $(".modalDialog").hide(); } });