Home  >  Article  >  Web Front-end  >  jquery模拟LCD 时钟的html文件源代码_jquery

jquery模拟LCD 时钟的html文件源代码_jquery

WBOY
WBOYOriginal
2016-05-16 16:44:142614browse

以下是HTML文件源代码:

复制代码 代码如下:




jQuery模拟LCD时钟





jQuery模拟LCD时钟

原文

2014/4/24 12:38:20

2000/1/1 23:59:46

1680/12/31 23:59:47

2011/3/26 20:18:12






使用:

引用jquery.KeleyiLCDClock.css文件和jquery.KeleyiLCDClock.js文件。
然后定义div的id,比如keleyitime,接着设置时间与使用KeleyiLCDClock()方法。
$("#keleyitime").text(Date());
$("#keleyitime").KeleyiLCDClock();
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn