I haven't worked with jQuery or Javascript really. Could someone please tell me how I would go about implementing this Binary Clock?
feedback
|
|
Go to the following URL: http://www.scottklarr.com/files/binary-clock/clock.htm and view the source. Here is a breakdown: This code sets up jQuery and the plugin:
It also references a style sheet, which can be downloaded from http://www.scottklarr.com/files/binary-clock/clock.css This code:
...is where the actual clock is referenced on the page. It contains div references for all of the image files that comprise the dot elements of the clock. It also contains some CSS class references, so some styling is taking place. This code:
...waits for the page to fully load in the browser, and then kickstarts the clock plugin. | |||||||||||
feedback
|
|
Use this JavaScript:
For this HTML code:
Demo (with plugin source) here. | ||||
|
feedback
|