$("a").click(function(event){ event.preventDefault(); });
preventDefault() 方法阻止元素发生默认的行为(例如,当点击提交按钮时阻止对表单的提交)。
Firefox和Chrome以及IE真的是好麻烦,两个兼容以后一个出问题就得改半天。
时间: 2024-11-09 04:12:29
$("a").click(function(event){ event.preventDefault(); });
preventDefault() 方法阻止元素发生默认的行为(例如,当点击提交按钮时阻止对表单的提交)。
Firefox和Chrome以及IE真的是好麻烦,两个兼容以后一个出问题就得改半天。