jQuery.countdown
jQuery.countdown copied to clipboard
How set start/end date?
Hello, How set start/end date?
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