Home  >  Article  >  Web Front-end  >  Create LED clock effects with jquery_jquery

Create LED clock effects with jquery_jquery

WBOY
WBOYOriginal
2016-05-16 16:16:361181browse

以下是HTML文件源代码:

复制代码 代码如下:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml">

jQuery模拟LED时钟





jQuery模拟LED时钟


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();

以上就是使用jQuery制作LED时钟的全部代码了,希望小伙伴们能够喜欢。

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