[jQuery] Sample Code for Countdown Timers Commonly Seen on Groupon-Style Sites

Tadashi Shigeoka ·  Wed, November 23, 2011

I was looking for a plugin to implement countdown timers commonly seen on Groupon-style sites using jQuery. However, I found on the Hyakushiki lifehack site that it could be easily implemented without plugins, so I’ve modified part of it and am sharing it here.

・Original source: グルーポン系サイトでよく見られる「終了まで○時間○分○秒」をjQueryで実装してみる | IDEA*IDEA

■ Original code


■ Customization (days/hours/minutes/seconds notation)


That’s all from the Gemba.  

■ Articles introducing methods to implement countdown timers

Other articles about implementing countdown timers with JavaScript/jQuery.

jQuery Countdown

jQuery Countdown を使ってカウントダウンタイマーを表示する | バシャログ。

jQueryで時間をカウントダウンするJavaScript「jCountr」|skuare.net


Reference Information

getTime - JavaScriptリファレンス:ITpro

JavaScript による日付・時刻・時間の計算・演算のまとめ - hoge256ブログ