jDigiClock jQuery Slider

jDigiClock is a jQuery plugin inspired from HTC Hero Clock Widget.

Getting started

To use the jDigiClock plugin, include the jQuery library, the jDigiClock source file and jDigiClock core stylesheet file inside the tag of your HTML document:

<link rel="stylesheet" type="text/css" href="css/jquery.jdigiclock.css" />
<script type="text/javascript" src="lib/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="lib/jquery.jdigiclock.js"></script>

To setup jDigiClock, add the following code inside the tag of your HTML document:

<script type="text/javascript">
    $(document).ready(function() {
        $('#digiclock').jdigiclock({
            // Configuration goes here
        });
    });
</script>

jDigiClock expects a very basic HTML markup structure inside your HTML document:

<div id="digiclock"></div>

Download this file

Author: Radoslav Dimov
Licence: Dual licensed under the MIT and GPL licenses.