##jQuery
###Basics
- Little bit of background on jQuery
- How to include it
- How to make sure it's included and works
- How to use the documentation to explore methods (in the course of this class)
###Select elements and add property
$('#topsquare').addClass('white-text');