Count Down
簡單的 jquery 計時產生器
Simple jquery countdown plugin
距離
/ /

活動名稱

設定你的活動結束日期


選擇 Widget 顏色



使用教學

  1. 你可以下載 範例檔案
  2. 必須 include jquery & countdown.js
  3. 於 document ready 設定 :
    countdown(element,year,month,date,hours,minutes,seconds,milliseconds,title);
    element
    the 'id' of <div class="countdown-wrapper">...</div>
    year
    the year of activity. Example : 2013
    month
    the month of activity. Example : 7
    date
    the date of activity. Example : 25
    hours
    the hours of activity. Example : 13
    minutes
    the minutes of activity. Example : 45
    seconds
    the seconds of activity. Example : 28
    milliseconds
    the milliseconds of activity. Example : 0
    title
    the 'title' of activity. Example : '國家考試'
  4. 你可以修改 .countdown-wrapper 的背景色 background: #b2d020;