Home >Web Front-end >JS Tutorial >jquery simulates LCD clock html file source code_jquery

jquery simulates LCD clock html file source code_jquery

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

The following is the source code of the HTML file:

Copy the code The code is as follows:




jQuery simulated LCD clock





jQuery simulated LCD clockOriginal text


2014/4/24 12:38:20

2000/1/1 23:59:46

1680/12/31 23:59:47

2011/3/26 20:18:12





Use:

to reference the jquery.KeleyiLCDClock.css file and jquery.KeleyiLCDClock.js file.
Then define the id of the div, such as keleyitime, then set the time and use the KeleyiLCDClock() method.
$("#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