jquery:在页面刷新时设置变量值

时间:2013-11-02 21:00:44

标签: jquery refresh page-refresh

我的jquery中有一个变量,我希望每次页面刷新时都设置为零。现在,看起来页面是用$ counter == 0初始化的。我的代码更改了$ counter的值,但每次页面重新加载时,它似乎都不会恢复为零值。无论如何在刷新页面时再次将$ counter设置为零? (使用铬)。

$(document).ready(function() {

    var $counter = 0

    // Do some stuff with $counter and the value of $counter changes...

});  

0 个答案:

没有答案