jQuery カウントダウン プラグイン ( http://keith-wood.name/countdown.html ) を使用していますが、タイマーをリセットできないようです。
ボタンがクリックされると、次の関数がカウントダウンを開始します。
function startResetCounter() {
$('.reset_counter div').countdown({
until: '+3m +0s',
compact: true,
format: 'MS',
onExpiry: resetPage
});
}
しかし、ボタンを再クリックしてもタイマーはリセットされません。
私を助けてくれる人はいますか?