Skip to content

Latest commit

 

History

History
 
 

12-jQuery

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

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

  1. Introduction to jQuery
  2. jQuery - Modifying HTML Elements
  3. jQuery - Events
  4. Birdman Project - build a dropdown menu using a click event

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