Skip to content

Jquery plugin for countdown timer. When time reaches to zero it calls a callback function that contains the logic that should run

Notifications You must be signed in to change notification settings

itx-hammii/countDown-jquery-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

countDown-jquery-plugin

Jquery plugin for countdown timer. When time reaches to zero it calls a callback function that contains the logic that should run

$("#countDown").countdownTimer({ time: 10, callback: function () { alert("Time's up!"); }, }); this is how you can initialize the plugin. you should be able to change the time and write your own logic in the callback function

About

Jquery plugin for countdown timer. When time reaches to zero it calls a callback function that contains the logic that should run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published