发送验证码,倒计时

$(".get_yanzheng").click(function(){
$(this).hide();
$(this).next(".get_repeat").show();
var ma=$(this);
function run(){
var s=ma.next().find('span').text();
if (s>0) {
ma.next().find('span').text(s-1);
} else{
clearInterval(m);
ma.show();
ma.next(".get_repeat").hide();
}
}

var m=window.setInterval(run,1000);
})

posted @ 2017-07-05 14:44  南夏啊南夏  阅读(108)  评论(0编辑  收藏  举报