ajax/JS timed countdown?
Posted
by kieran
on Stack Overflow
See other posts from Stack Overflow
or by kieran
Published on 2010-06-02T09:28:06Z
Indexed on
2010/06/02
9:43 UTC
Read the original article
Hit count: 313
JavaScript
|timer
Let me explain what I'm trying to do.
I want to make a simple box which counts down numbers at intervals I specify.
For example, I'd like to set it to start at 150, and then I want to set it to drop by 15 every 30 seconds.
Is this possible with AJAX/Javascript? If so, could someone point me in the right direction?
Would really appreciate any help on this script, been Googling for hours now! :(
Cheers
Kieran
© Stack Overflow or respective owner