阻止元素的默认行为

$('area').click(function(event){
event.preventDefault(); //阻止跳转
});
原文地址:https://www.cnblogs.com/mm2015/p/4718393.html