https://github.com/libbyschuknight/js-coloured-squares
My playing with js, jquery and colour
https://github.com/libbyschuknight/js-coloured-squares
Last synced: 5 months ago
JSON representation
My playing with js, jquery and colour
- Host: GitHub
- URL: https://github.com/libbyschuknight/js-coloured-squares
- Owner: libbyschuknight
- Created: 2015-11-28T01:39:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T19:51:05.000Z (about 7 years ago)
- Last Synced: 2025-02-26T00:27:42.745Z (over 1 year ago)
- Language: HTML
- Homepage: http://libbyschuknight.github.io/js-coloured-squares/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript, Jquery and Colour
This is me playing around with js and jquery.
There has been a couple of things I have wanted to do for awhile.
1. make a site that works like this screen saver I see on a mac
2. being able to hover and move your mouse over the page and it adds coloured squares
- from the post it notes exercise at EDA
- [jQuery UI](http://jqueryui.com/)
- [The HTML `contenteditable` attribute](https://developer.mozilla.org/en-US/docs/HTML/Content_Editable)
- [Example 1](http://html5doctor.com/the-contenteditable-attribute/)
- [Example 2](http://blog.teamtreehouse.com/native-rich-text-editing-with-the-contenteditable-attribute)