hilios / jQuery.countdown

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

Found a bug #201

Open CarbonTsunami opened 8 years ago

CarbonTsunami commented 8 years ago

// Pause the countdown $('div#clock').countdown('stop'); // Resume the countdown $('div#clock').countdown('start');

These codes actually do not working. Although the UI is pause, the timer is still running in the background. So if you pause for 10sec when the countdown is 1min and 11sec and play, the countdown shows 1min and 1sec instead of 1min and 11sec.

abrosis commented 8 years ago

That's because you're counting down to a specific time, the functionality you're describing is a stopwatch

hilios commented 8 years ago

This request is so common that I should provide a example of it, actually there is other issues with a work around for it.