hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.31k stars 720 forks source link

keep timer coundown? #251

Open asadghazanfary opened 7 years ago

asadghazanfary commented 7 years ago

hello everyone how can i keep timer coundown from last page refresh?

i mean for example:

the begin time is 10:00:00

start countdown

when page refresh

the time not begin 10:00:00

sorry for bad english

please help me thank you

ceeghee commented 7 years ago

Store original timer timestamp on your localstorage or server, that way when the pahe refreshes the timer continues from the server or localstorage data

ceeghee commented 7 years ago

Store original timer timestamp on your localstorage or server, that way when the page refreshes the timer continues from the server or localstorage data