Possible Duplicate:
Jquery:: Ajax powered progress bar?
I need to create some kind of countdown
pleas in Html
count = Math.floor((futureDate-today)/1000);
if(count > 0) //move Loading bar by percent
How can I have the same Loading bar of the code that has the animation of the battery?
Like this demo
and this is my demo code which I used to decrement the counter:
You need a starting date as well in order to have a percentage for the battery. Check this fiddle:
http://jsfiddle.net/uhGjz/