DOM Scripting By Example

Treehouse
Course Summary
Use JavaScript to build an RSVP web application. Many of the features you'll build are common to other web applications. When you're done programing the app, you'll have the basics you will need to build any client-side web app.
-
+
Course Description
About this Course Use JavaScript to build an RSVP web application. Many of the features you'll build are common to other web applications. When you're done programing the app, you'll have the basics you will need to build any client-side web app. What you'll learn
- DOM element selection
- DOM traversal
- DOM manipulation
- Event handling
About the Teacher
Joel is a web developer, as well as an author and teacher of JavaScript content at Treehouse. Joel lives in Portland, Oregon with his wife and two-year-old daughter.
-
+
Course Syllabus
Adding and Removing Names
Let's start by looking at the RSVP application we want to build, and implementing some basic features. 7 steps- Tour the Application 3:41
- Registering Names 7:49
- Using the submit Event 2 objectives
- RSVP Checkbox 8:01
- Removing Names 7:43
- Practice with Function Scope 1 objective
- Adding and Removing Names Review 5 questions
Editing and Filtering Names
Let's give users a way to modify names in our app. Let's also let them filter names, so they can see confirmed guests at a glance. 7 stepsImproving the Application Code
Now that we've pieced together a working app, let's go back in and tidy up our code. This will make it easier to modify later if need be. 7 steps