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
Release: 2016-05-16 16:44:14
Original
2667 people have browsed it

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();
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template