/simpleClock

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

Primary LanguageCSSMIT LicenseMIT

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