码迷,mamicode.com
首页 > Web开发 > 详细

jQuery 发送验证码倒计时按钮

时间:2014-09-03 09:35:56      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   div   cti   sp   log   

{  
  wait:90,
 
   hsTime:function(that){
 
         if (this.wait == 0) { 
             $(‘#hsbtn‘).removeAttr("disabled").val(‘重发短信验证码‘);           
             this.wait = 90; 
         } else { 
             var _this = this;
             $(that).attr("disabled", true).val(‘在‘+_this.wait+‘秒后点此重发‘);
             _this.wait--; 
             setTimeout(function() { 
                 _this.hsTime(that); 
             }, 1000) 
         } 
      },
}

 

jQuery 发送验证码倒计时按钮

标签:style   blog   color   io   ar   div   cti   sp   log   

原文地址:http://www.cnblogs.com/leejersey/p/3952888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!