jQuery.countdown icon indicating copy to clipboard operation
jQuery.countdown copied to clipboard

How set start/end date?

Open Mijeko opened this issue 5 years ago • 1 comments

Hello, How set start/end date?

Mijeko avatar Jun 19 '20 10:06 Mijeko

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

webwamp avatar Sep 01 '20 06:09 webwamp