How to keep time on the jquery.countdown plugin?
The countdown run correctly, but when i reload the page, the countdown reload to, and i want to keep the countdown when i reload, what i should do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
its initialized after the DOM is ready, and therefore you cannot keep the remaining time, you can grab the current time of your server and, say
echoit in a javascript variable and update the time of countdown.