#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
- Use jQuery to create nav bar links (
li
s) for aHome
page,About
page, andContact 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.