#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
##Codecademy Resources The following CodeCademy lessons correspond and will help student understand the concepts in this unit. The teacher may choose to assign these lessons if they would like.
- Introduction to jQuery
- jQuery - Modifying HTML Elements
- jQuery - Events
- Birdman Project - build a dropdown menu using a click event
##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.