All Projects → epiksel → countdown

epiksel / countdown

Licence: GPL-2.0 license
jQuery CountDown Clock - Simple countdown plugin for product special offers

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to countdown

SyoTimer
jQuery plugin of countdown on html-page
Stars: ✭ 18 (-45.45%)
Mutual labels:  countdown
temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (+21.21%)
Mutual labels:  timezone
tiny-timer
🕑 Small countdown timer and stopwatch module.
Stars: ✭ 39 (+18.18%)
Mutual labels:  countdown
ISO8601
🎗 Super lightweight ISO8601 Date Formatter in Swift
Stars: ✭ 20 (-39.39%)
Mutual labels:  timezone
CountdownTimer-TeLeTiPs
The very first powerful Telegram bot to countdown to your important events in any group chat. Live countdown timer (days : hours : minutes : seconds)
Stars: ✭ 122 (+269.7%)
Mutual labels:  countdown
time machine
A date and time API for Dart
Stars: ✭ 120 (+263.64%)
Mutual labels:  timezone
CircularCountdown
Android library to create a circular countdown, fully written in Kotlin
Stars: ✭ 24 (-27.27%)
Mutual labels:  countdown
howlonguntilprayuthleaves.com
นับเวลาถอยหลังถึงวันที่พลเอกประยุทธ์ จันทร์โอชา หมดวาระการเป็นนายกรัฐมนตรี
Stars: ✭ 29 (-12.12%)
Mutual labels:  countdown
easy-circular-progress
easy circular progress component with counting effect 💫🏺🎡
Stars: ✭ 114 (+245.45%)
Mutual labels:  countdown
Motivation
⏲️ Countdown that terrifyingly shows your age
Stars: ✭ 34 (+3.03%)
Mutual labels:  countdown
use-countdown
⏳ useCountdown hook
Stars: ✭ 79 (+139.39%)
Mutual labels:  countdown
Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (+87.88%)
Mutual labels:  timezone
timeshape
Java library to find timezone based on geo coordinates
Stars: ✭ 116 (+251.52%)
Mutual labels:  timezone
Timezone-List
A small package use to create a timezone list box in Laravel
Stars: ✭ 51 (+54.55%)
Mutual labels:  timezone
use-countdown-timer
React hook exposing a countdown timer with optional expiration reset callbacks
Stars: ✭ 31 (-6.06%)
Mutual labels:  countdown
react-use-countdown
React hook for countdown state.
Stars: ✭ 19 (-42.42%)
Mutual labels:  countdown
react-timer-wrapper
Composable React Timer component that passes status props to children, in addition to some basic callbacks. Can be used at a countdown timer ⏲ or as stopwatch ⏱ to track time while active.
Stars: ✭ 14 (-57.58%)
Mutual labels:  countdown
angular2-simple-countdown
a simple countdown angular2 directive with multiple language
Stars: ✭ 26 (-21.21%)
Mutual labels:  countdown
Vytal
Browser extension to spoof timezone, geolocation, locale and user agent.
Stars: ✭ 1,449 (+4290.91%)
Mutual labels:  timezone
TimesDates.jl
Nanosecond resolution for Time and Date, TimeZones
Stars: ✭ 28 (-15.15%)
Mutual labels:  timezone

Donate

(BTC): 1Cw2TguwNdSVHmjQDkAc6wmv1FNnwy1ru9

(TRX - USDT): TH9RyofE7WiDDVVFLMJgFns2ByBRmgQzNB

jQuery Countdown Clock

jQuery countdown plugin that accounts for timezone.

DEMO PAGE | OPENCART EXTENSION

Usage

$('.countdown').countdown({
    date: '07/27/2015 17:00:00',
    offset: +2,
    day: 'Day',
    days: 'Days',
    hideOnComplete: true
}, function (container) {
    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
hideOnComplete hide container when countdown is 0 (Default=false)

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].