Cegah untuk pergi ke fungsi html klik

$("#clickable a").click(function(e) {
   // Do something
   e.stopPropagation();
});
Jittery Jay