0

我正在使用来自http://www.erichynds.com/jquery/a-new-and-improved-jquery-idle-timeout-plugin/的插件

我想恢复计时器。我写了这个,因为我也想从服务器获取数据。但是onResume不起作用(意味着计时器没有重置)。

$.get("test1.php?data="+message, function(result){
    //      $("div").html(result);
    $('#idletimeout').html(result)._onResume();
});
4

0 回答 0