downCount icon indicating copy to clipboard operation
downCount copied to clipboard

jQuery countdown plugin

DownCount

jQuery countdown plugin that accounts for timezone.

#Usage

$('.countdown').downCount({
    date: '08/27/2013 12:00:00',
    offset: -5
}, function () {
    alert('WOOT WOOT, done!');
});

#Options

Option Description
date Target date, ex 08/27/2013 12:00:00
offset UTC Timezone offset

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