We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi The counter keeps restarting once I refresh the page.
I've tryed this code in jquery.final-countdown.js : var defaults = $.extend({ start: '1362139200', end: '1413936000', now: new Date().getTime(),
but ddin't work
Any advice would be appreciated
The text was updated successfully, but these errors were encountered:
I don't know the answer though I assume the issue is your code, not the plugin.
Post your question to https://stackoverflow.com/.
Sorry, something went wrong.
I Am Having The Same Problem. ajifry have you find The Solution?
Hi The counter keeps restarting once I refresh the page. I've tryed this code in jquery.final-countdown.js : var defaults = $.extend({ start: '1362139200', end: '1413936000', now: new Date().getTime(), but ddin't work Any advice would be appreciated
You have to format your now parameter like this:
Math.floor(Date.now() / 1000)
No branches or pull requests
Hi
The counter keeps restarting once I refresh the page.
I've tryed this code in jquery.final-countdown.js :
var defaults = $.extend({
start: '1362139200',
end: '1413936000',
now: new Date().getTime(),
but ddin't work
Any advice would be appreciated
The text was updated successfully, but these errors were encountered: