//设置点击事件不可用
$("#verificode").css("pointer-events", "none"); 
//倒计时完毕,点击事件可用
$("#verificode").css("pointer-events", "auto");

  

亲测有效 

公司设计是真的可以 最基本的常识都没有

相关文章:

  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2023-03-04
  • 2021-12-22
  • 2021-11-27
  • 2022-01-01
猜你喜欢
  • 2023-03-16
  • 1970-01-01
  • 2021-10-11
  • 2022-01-20
  • 2021-10-01
  • 2021-10-01
  • 2021-06-28
相关资源
相似解决方案