Skip to content

obzc/countdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CountDownTimer

Simple and useful Countdown Timer!


Usage:

JS

$('.counter').setCountDownTimer({
time: "00:01:00",
button: $('.button'),
countDownText: 'Remaining time:',
afterCountText: 'Time's up!'
});

HTML

<p class="counter"></p>