Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#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.