timer.jquery icon indicating copy to clipboard operation
timer.jquery copied to clipboard

The callback function is never executed

Open wwh447 opened this issue 5 years ago • 0 comments

$that.timer({
    duration: "10s",
    format: "%ss",
    countdown: true,
    callback: function() {
        console.log('Time up!');
    }
});

wwh447 avatar Mar 30 '20 00:03 wwh447