Closed codyng closed 4 years ago
The api spec from the doc is: var timespan = countdown(start|callback, end|callback, units, max, digits);
If I specify the end callback function, there is javascript error or can't be compiled. How to use the "end event callback" indeed??
I would like to stop the countdown once it reaches the date or time. Many thanks,
Please show some example code. If there is a compilation error that is likely because of a syntax error in your code. You can reopen if this is still an issue.
The api spec from the doc is: var timespan = countdown(start|callback, end|callback, units, max, digits);
If I specify the end callback function, there is javascript error or can't be compiled. How to use the "end event callback" indeed??
I would like to stop the countdown once it reaches the date or time. Many thanks,