Skip to content

ticktoo/simpleClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery simpleClock

A tiny and simple jQuery Plugin to create an animated clock with date and time.

Usage

<script type="text/javascript" src="simpleClock.min.js"></script>
$(document).ready(function() {
    $("#clock").simpleClock();
});
<div id="clock">
  <div id="time"></div>
  <div id="date">/div>
</div>

Demo

Working demo: https://cdn.ticktoo.com/demos/simpleClock/

Contribution

Shit happens. File an issue or drop us a line. We'll see what we can do.

License

Released under the MIT Open Source License.

Copyright (c) 2012, 2016 Pedro Stoehr https://ticktoo.com | jQuery simpleClock

About

A tiny and simple jQuery Plugin to create an animated clock with date and time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors