阅读背景:

页面刷新后保持功能和按钮的值

来源:互联网 

$(function(){
var $btn = $('#sendPush');
$btn.click(function(){
    var $this = $(this);
        $this.attr('disabled', 'disabled').html("Sent");        
    $("#countdownOne").countdown360({
        radius      : 40,
        seconds     : 10,
        fontColor   : '#FFFFFF',
        autostart   : false,
        onComplete  : function () { $("#countdownOne").fadeOut();}
    }).start();
    setTimeout(function () {
            $this.removeAttr('disabled').html('Send Now');
        }, 10);  
    });
});
$(function(){
var $btn = $('#sendPush');
$bt



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: