https://github.com/thinkphp/binaryclock
This plugin MooTools provides functionality for displaying simple binary clock on a page.
https://github.com/thinkphp/binaryclock
Last synced: 3 months ago
JSON representation
This plugin MooTools provides functionality for displaying simple binary clock on a page.
- Host: GitHub
- URL: https://github.com/thinkphp/binaryclock
- Owner: thinkphp
- Created: 2010-10-13T10:54:01.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-14T13:34:31.000Z (over 15 years ago)
- Last Synced: 2024-04-14T14:54:23.372Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://thinkphp.github.com/BinaryClock
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BinaryClock
======================
This plugin MooTools provides functionality for displaying simple binary clock on a page.

How to use
----------
First you must to include the JS files in the head of your HTML document:
#HTML
In your JS:
#JS
window.addEvent('domready',function(){
new BinaryClock('mycanvas');
});
In your HTML body:
#HTML
In your HEAD Style:
#CSS
#mycanvas{border: 1px solid #000;}