$("a").click(function(event){
  event.preventDefault();
});

 

event.preventDefault();

方法阻止元素发生默认的行为(例如,当点击提交按钮时阻止对表单的提交)。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-08-02
相关资源
相似解决方案