i need to code to pause and resume jquery countdown . for this script: http://plugins.jquery.com/project/jquery-countdown
With this plugin is very simple
http://keith-wood.name/countdown.html
$('#pauseButton').toggle(
function() {
$(this).text('Resume');
$('#pauseResume').countdown('pause');
},
function() {
$(this).text('Pause');
$('#pauseResume').countdown('resume');
}
);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With