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 set start/end date? #326

Open
Mijeko opened this issue Jun 19, 2020 · 1 comment
Open

How set start/end date? #326

Mijeko opened this issue Jun 19, 2020 · 1 comment

Comments

@Mijeko
Copy link

Mijeko commented Jun 19, 2020

Hello, How set start/end date?

@webwamp
Copy link

webwamp commented Sep 1, 2020

hi @Mijeko if you want start countdown or stop that, you can use this:

$('#countdown-element').countdown("start");

$('#countdown-element').countdown("stop");

$('#countdown-element').countdown("toggle");

$('#countdown-element').countdown("pause");

$('#countdown-element').countdown("resume");

$('#countdown-element').countdown("remove");

if you mean how get countdown finalDate to counting just set time

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