countDown: Count Down to an Event
A clock that counts down to a pre-determined time and triggers an event.
Count Down to a Pre-determined Time
The clock below counts down to a certain date. The input field can be adjusted as a test.
- Days:
- 00
- Hours:
- 00
- Minutes:
- 00
- Seconds:
- 00
Count Down for a Specific Amount of Time
The second example counts down a specific amount of seconds after loading.
- Days:
- 00
- Hours:
- 00
- Minutes:
- 00
- Seconds:
- 00
Both examples trigger an AJAX event after the timer runs out.
Required Files
-
jQuery Addon Script: jquery.classbehaviours.countdown.js
- Prerequisite Script: jquery.classbehaviours.js
- Example Markup: countDown.html
- Example Stylesheet: inputFormat.css
Comments on this Article