淘先锋技术网

首页 1 2 3 4 5 6 7

如何阻止a标签向href跳转?

加一个onclick事件,在方法中return false就可以了,比如 jquery方法 $("#aaa").click(function(){ return false; })