You can try the following:
$('div').click(function(e){
if(e.offsetY >$(this).outerHeight() - 4){
alert('clicked on the bottom border!');
}
});
.outerHeight() ( ). e.offsetY Y . outerHeight, bool true, margin , false, content height + padding + border.
. , FireFox . , , , . , FireFox, e.offsetX e.offsetY ( ). pageX pageY .offset().left .offset().top , .