$(document).click(function(event) {
alert('a');
event.stopImmediatePropagation();
});
$(document).click(function() {
alert('b');
});
* 참고 링크
http://stackoverflow.com/questions/652495/jquery-multiple-event-handlers-how-to-cancel