countdown
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Pure JavaScript countdown timers
# countdown.js #

countdown.js allows you to easily embed a countdown timer in a webpage that
disappears when the countdown expires. I wrote it to replace all the ad-hoc
whiteboard countdowns we had written all over the place in lab.

I haven't done much programming in Javascript so this is probably a lot less
pretty than it could be.

## Example Usage ##

```html



    
	Test Countdown

    
    


``` ## Known Issues ## The current time (which is stored by default in the div with id `currenttime`) can get out of sync by a little bit with the timers themselves. It doesn't bother me enough to fix it currently but if you'd like to submit a patch, go right ahead.

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