Skip to content

Instantly share code, notes, and snippets.

http://blublu.org/sito/video/bbbb.html
<!-- Move into Project folder -->
cd Sites
cd MyProject
<!-- Double check you are in the right folder -->
ls
pwd
<!-- Check to see if it is a git repository -->
http://www.programmableweb.com/
http://www.sitepoint.com/10-html5-apis-worth-looking/
@CleliaRezzola
CleliaRezzola / Quiz.md
Last active August 29, 2015 14:04 — forked from ohararyan/Quiz.md

What is $(document).ready(function() {}); ?

Is a way to start up jQuery. Is telling the system to do something when the document is ready.

How do I select the div.box object in jQuery?

$('.box')