All,
Is there a jQuery timer which can start a timer for 20 minutes and display time elapsed? Please point me to a small code for it.
var austDay = new getTime();
austDay = new getSeconds(austDay);
var duration = 1200;
duration += austDay;
Thanks
Not sure about a jQuery solution, but it’s quite simple to do anyway:
Where
#elapsedis adivorspanelement that you want to show the elapsed time in.There are quite a few timer plugins, but they are all just abstractions of
setTimeoutandsetIntervalanyway, and I’m not sure they’re really much simpler to use.