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
Hello!
This is a very nice script! Thank you for sharing!!
I'm hoping you can help me auto renew my startTime after countdown completion. I'd like to add 7 days to the startTime.
eg. countdown would expire on Sunday at 9:15am and renew to the following Sunday at 9:15am.
Here is my code:
$(document).ready(function(){ var _date = new Date(); _date.setMonth(0); _date.setDate(13); _date.setHours(09); _date.setMinutes(15); _date.setSeconds(0); $('#counter').countdown({ image: '/development/_lib/images/digits.png', startTime: _date }); });
Thank you in advance for the help :)
Dev site: http://www.maynardnambiar.com/development/countdown.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
This is a very nice script! Thank you for sharing!!
I'm hoping you can help me auto renew my startTime after countdown completion. I'd like to add 7 days to the startTime.
eg. countdown would expire on Sunday at 9:15am and renew to the following Sunday at 9:15am.
Here is my code:
Thank you in advance for the help :)
Dev site: http://www.maynardnambiar.com/development/countdown.html
The text was updated successfully, but these errors were encountered: