Skip to content
New issue

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

how to set initial timer value #14

Closed
vetrivelbright opened this issue Nov 26, 2014 · 3 comments
Closed

how to set initial timer value #14

vetrivelbright opened this issue Nov 26, 2014 · 3 comments

Comments

@vetrivelbright
Copy link

hi , i want to set initial value manually instead of 0th sec for timer..
can you help me how to set manual value in timer function

@walmik
Copy link
Owner

walmik commented Nov 26, 2014

Hi there, thanks for suggesting this. I ve added a feature to start the timer from a particular number of seconds. I ve updated the demo & docs for the same. You ll need to download the latest version of the timer plugin to use it. Once you download it, you can initialize the timer like this:

$('#div-id').timer({
    seconds: 100
}); 

This will start the timer at 1:40.

@walmik walmik closed this as completed Nov 26, 2014
@vetrivelbright
Copy link
Author

hi walmik!, thanks for your valuable information....

@walmik
Copy link
Owner

walmik commented Nov 26, 2014

You are very welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants