-
1 Introducing jQuery
In this lesson, you'll learn about the Document Object Model (DOM), how to manipulate HTML elements with jQuery, and create web page elements that change opacity when you hover over them.
-
2 jQuery Functions
Now that you know some jQuery basics, we'll dive into some of the details relating to fundamental jQuery actions (called functions). We'll even make a sliding panel for a website!
-
3 Dynamic HTML
In this course, we'll cover how to create dynamic HTML (DHTML), including how to add and remove classes (and even entire elements!) to and from our site, ultimately creating an updatable list for our webpage.
-
4 jQuery Events
You already know a few jQuery events. In this lesson, we'll learn additional events and use them to animate a video game character.
-
5 jQuery Effects
You already know several jQuery effects. In this lesson, we'll learn additional effects (including jQuery UI effects) and use them to create an interactive menu for our website.
-
6 Code 'n Tell
Use what you've learned to create your own custom web application!