#Unit 12 - jQuery
##Synopsis This unit makes an introduction to jQuery. Students will learn about selectors and then be able to create, read, update, and delete HTML elements. They will also learn about click handlers.
##Sessions
##Standards
###CPP.L2-05 I - Event-Driven Behavior
- Student can use "onclick" events to trigger JavaScript behavior from user interaction.
- Student can modify page contents from JavaScript.