$(document).click((event) => { if (!$(event.target).closest('#element').length) { // the click occured outside '#element' } });