SkillAgentSearch skills...

DownCount

jQuery countdown plugin

Install / Use

/learn @sonnyt/DownCount
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars88
CategoryDevelopment
Updated4mo ago
Forks58

Languages

JavaScript

Security Score

77/100

Audited on Dec 3, 2025

No findings