- Read and understand documentation for external libraries
- Understanding the DOM
- Fundamentals of jQuery, including DOM traversal and manipulation
- Debug projects using the console and debugger
- Resources for troubleshooting jQuery beyond this course
- Basic understanding of AJAX
- Complete a jQuery project by yourself from scratch to completion
Simple photo gallery app, using the Lightbox library.
Basic FAQ Page, using an animated accordion drop down. When a question is clicked, the corresponding answer is revealed.
Simple todo list app, using local storage to persist data.
Apartment marketplace app with city filtering, and rendering JSON data using AJAX.