Skip to content
forked from epiksel/countdown

jQuery CountDown Clock - Simple countdown plugin for product special offers

License

Notifications You must be signed in to change notification settings

j0hn1k/countdown

 
 

Repository files navigation

jQuery Countdown Clock

jQuery countdown plugin that accounts for timezone.

DEMO PAGE

Usage

$('.countdown').countdown({
    date: '07/27/2015 17:00:00',
    offset: +2,
	day: 'Day',
	days: 'Days'
}, function () {
    alert('Done!');
});

Options

Option Description
date Target date, ex 07/27/2015 17:00:00
offset UTC Timezone offset
day a Day text
days an Days text
hour a Hour text
hours an Hours text
minute a Minute text
minutes an Minutes text
second a Seccond text
seconds an Seconds text

You can also append a callback function which is called when countdown finishes.

About

jQuery CountDown Clock - Simple countdown plugin for product special offers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.7%
  • CSS 10.3%