A tiny and simple jQuery Plugin to create an animated clock with date and time.
<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>
Working demo: https://cdn.ticktoo.com/demos/simpleClock/
Shit happens. File an issue or drop us a line. We'll see what we can do.
Released under the MIT Open Source License.
Copyright (c) 2012, 2016 Pedro Stoehr https://ticktoo.com | jQuery simpleClock