jQuery 防止重复提交

$('.skip').one("click",function(){
    window.location.href = "/netsale/audit/accoAudit_detail.jsp?requestno="+$(this).attr('id');
  });

使用jQuery 的 one 进行click的绑定事件

posted @ 2017-01-22 10:56  Adam.Fly  阅读(1260)  评论(0)    收藏  举报