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

I am using Keith Wood's jQuery Countdown Plugin and it works absolutely fine up to version Chrome 23. However, I recently upgraded my browser to version 24.0.1312.52, now the timer has stopped updating. Instead, the time is updated only when the page is refreshed.

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

Anyone else run into this problem?

I visited the plugin homepage, but the timer works there.

+8
jquery countdown
source share
5 answers

Make sure you are using version 1.6.1 of the Countdown plugin.

+16
source share

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

You can download here: Countdown jQuery

+2
source share

I changed from the mini version of the script (jquery.countdown.min.js) to the regular version (jquery.countdown.js) and the countdown started. Now it works great.

+1
source share

Scratch it! I just upgraded to version 1.6.2 and now it works great.

0
source share

I had a similar problem. My countdown didn't work in any browser at all. Downloading the script plugin before the countdown script seemed to solve my problem.

0
source share

All Articles