
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>
Author: Radoslav Dimov
Licence: Dual licensed under the MIT and GPL licenses.

6 comments
Salih Özkul
21/02/2011
it’s great ,
thanks
zooblackstar
12/07/2011
hello. great work.
i dont know many things about the codes and i have a problem to add this to my site.could u help me plz?and is it possible to add it on site without scrolling effect just like on image?and if i will change the resolition if icons to half all the block will be smaller?
so a can not understand where i have to add the folders (they must be in the same place?)because i want to add image to my image folder and css file to one level back folder called style and the lib to my folder (jscripts) i have the new lib jquery-1.6.2.min (i think i can use it) on my site i create a new block called htc_clock and i need in it only the code nothink else (because the site script add this block automaticaly to html) but the problem is that it dont show nothing maybe because it dont find the others files
zooblackstar
12/07/2011
sorry for my bad english i am from ukraine
zooblackstar
12/07/2011
ok. i found how to add it but weather dont do update….help plz thnx
Serkan
12/09/2011
zooblackstar open jquery.jdigiclock.js and change here
Ben
03/02/2012
Great plugin! I have noticed that there are issues with the slider functionality when using jquery version 1.5. Are you aware of an issue? If not I can look further into the script. The issue is, when either button is pressed, the slider quickly toggles the elements endlessly. Resolution so far is to use JQuery 1.4 or lower.