I am using ajax toolkit and the timer for countdown function.
It works fine except that it jumps over seconds ... although the interval of the timer is 1000 milliseconds.
For example if it needs to count down from 60 to 0 it does that like following:
60, 59, 57, 56, 54, 51, 50, 48 .... etc. etc.
How do i fix this problem so the timer counts every second? Thanks