timer.jquery
timer.jquery copied to clipboard
The callback function is never executed
$that.timer({
duration: "10s",
format: "%ss",
countdown: true,
callback: function() {
console.log('Time up!');
}
});