Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 635 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 635 Bytes

#jQuery Lab, Phase 2 Week 2

##Learning Goals

  • Use jQuery and Javascript loops to insert HTML elements into the page
  • Chain Javascript events together using callbacks

LAB Objectives:

  • Use jQuery to create nav bar links (lis) for a Home page, About page, and Contact Us page
  • When the "Meet the Team" button is clicked, the entire .main-section should slide up out of the page. Once that section slides out, the .about-section should fade in.
  • When the link "TILDE" in the footer is clicked, the .about-section should fade out. Once that section fades out, the .main-section should fade in.