Dan Wahlin has gone the extra mile and created a set of hands-on labs for his jQuery Fundamentals course. Plus subscribers can download them as part of the exercise files associated with the course. These labs walk you step-by-step through building several jQuery applications, with completed solutions available for reference. Here’s a brief summary of what’s included with each lab:
Lab 1 – Using jQuery Selectors
This lab focuses on using jQuery selectors. Throughout the lab you will learn how to select different elements in a web page with jQuery so you can interact with the targeted elements using jQuery functions.
Lab 2 – The jQuery Event Model
Throughout this lab you’ll learn how to interact with different events using jQuery.
Lab 3 – Manipulating the DOM with jQuery
This lab focuses on manipulating the DOM with jQuery. Throughout the lab you will learn how to interact with different DOM objects and functions using jQuery.
Lab 4 – Using jQuery Ajax Features
This lab focuses on using different Ajax features found in jQuery to load and process data. Throughout the lab you’ll see how jQuery can be used to interact with a WCF Service.


