Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Countdown Plugin (by Keith Wood) does not work on chrome Version 24.0.1312.52

I have been using the jQuery Countdown Plugin by Keith Wood and it has been working absolutely fine up till Chrome version 23. However, I recently upgraded my browser to version 24.0.1312.52, now the timer has stopped updating. Instead, the time is refreshed only on page refresh.

The same plugin is working fine on IE 8/9, FF (latest version).

Is anyone else facing this problem?

I visited the plugin's home page, but there the timer is working absolutely fine.

like image 488
Ankit Garg Avatar asked Jan 16 '13 12:01

Ankit Garg


3 Answers

Make sure you're using verion 1.6.1 of the Countdown plugin.

like image 120
Keith Avatar answered Nov 10 '22 02:11

Keith


I had the same problem with firefox version 23. I updated Countdown plugin to version 1.6.3 and it works fine now.

You can download from here: JQuery Countdown

like image 2
stingofung Avatar answered Nov 10 '22 02:11

stingofung


I changed from minified version of the script (jquery.countdown.min.js) to normal version (jquery.countdown.js) and the countdown started. Now it works fine.

like image 1
user2071305 Avatar answered Nov 10 '22 04:11

user2071305