Javascript-Countdown-Timer
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:simple javascript countdown timer
--------------------
2011-03-27
Changed the way the output is generated.  In the example below i have an unordered list with ids on the 
  • s. HTML
    CSS #timer ul { list-style-type: none; } #timer ul li span { display: block; float: left; width: 100px; } Added support page at: http://www.matthewaprice.com/simple-javascript-timer/ -------------------- 2011-03-27 This is a simple javascript countdown timer for jquery. You put this in your scripts.js file. This is not a plugin. Currently it works by pulling unix time off an id of a span in your html. My original purpose was for pulling the initial timer from a db. I would like to adapt this into a jquery plugin so that you could call it like this: $("#timer").countDown("September 01, 2011 00:00:00"); --------------------

  • 本源码包内暂不包含可直接显示的源代码文件,请下载源码包。