Skip to content

awesemo/jquery.countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.countdown

A simple jQuery Countdown Timer

Usage:

$('.countdown').countdown({
	interval : {
		hour   : 1,
		minute : 30,
		second : 59
	},
	callback  : {
		onEnd : function(e) {
			window.location.reload();
		}
	}
});

Demo:

Basic

With custom formatting

About

jQuery Countdown Timer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published