HTC-Like Weather and Clock Plugin - jDigiClock
File Size: | 3.43 MB |
---|---|
Views Total: | 6725 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

jDigiClock is a jQuery Plugin for creating a awesome Weather and Clock widgetin spired from HTC Hero Clock.
How to use it:
1. Include script and CSS files into your head scetion
<link rel="stylesheet" type="text/css" href="css/jquery.jdigiclock.css" /> <script type="text/javascript" src="lib/jquery-1.x.x.min.js"></script> <script type="text/javascript" src="lib/jquery.jdigiclock.js"></script>
2. Call the function
<script type="text/javascript"> $(document).ready(function() { $('#digiclock').jdigiclock({ // Configuration goes here }); }); </script>
3. Markup
<div id="digiclock"></div>
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.