hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.31k stars 720 forks source link

How set start/end date? #326

Open Mijeko opened 4 years ago

Mijeko commented 4 years ago

Hello, How set start/end date?

webwamp commented 4 years ago

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