我正在使用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();
});