An open API service indexing awesome lists of open source software.

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

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)