Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 647 Bytes

File metadata and controls

17 lines (12 loc) · 647 Bytes

#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

  1. Selectors
  2. Events
    Project: The jQuery Site
    Project: The Facebook Wall

##Standards

###CPP.L2-05 I - Event-Driven Behavior

  1. Student can use "onclick" events to trigger JavaScript behavior from user interaction.
  2. Student can modify page contents from JavaScript.