i have this HTML page
a b c d
Maybe this one will help you
$('body').click(function(){ //do smth }); $('div#in_or_out').click(function(e){ e.stopPropagation(); // do smth else });