Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapnap/jquery-countdown
Just another jQuery countdown plugin (with a particularly inventive name)
https://github.com/zapnap/jquery-countdown
Last synced: about 2 months ago
JSON representation
Just another jQuery countdown plugin (with a particularly inventive name)
- Host: GitHub
- URL: https://github.com/zapnap/jquery-countdown
- Owner: zapnap
- Created: 2011-09-15T14:10:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-15T14:14:51.000Z (over 13 years ago)
- Last Synced: 2023-04-10T21:52:51.095Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery Countdown
Yet another simple jQuery countdown plugin. The others were either
overly complicated or just didn't do what I needed. So I wrote one. It
took 10 minutes. And it's for you. For Christmas.## Usage
Start the countdown.
$('#countdown').countdown({
seconds : 10,
callback : function() { alert("Blast Off! Up to the stars we go."); }
});There's some other stuff you can do too. Check the source. The source
always knows.