<a href="####"></a>
<a href="javascript:void(0)"></a>
<a href="javascript:void(null)"></a>
<a href="#" onclick="return false"></a>
$('.stop').click(function(event){
event.preventDefault(); //取消默认的行为
event.stopPropagation(); //阻止时间冒泡
});
<a href="####"></a>
<a href="javascript:void(0)"></a>
<a href="javascript:void(null)"></a>
<a href="#" onclick="return false"></a>
$('.stop').click(function(event){
event.preventDefault(); //取消默认的行为
event.stopPropagation(); //阻止时间冒泡
});