Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Introducing the Project 1:43
- AJAX Callbacks 6:51
- Review AJAX Callbacks 5 questions
- Create a callback 1 objective
- Check for the correct ready state 4 objectives
- Introducing JSON 5:52
- Review JSON 5 questions
- Create a JSON file 4 objectives
- Finish the JSON File 1 objective
- Parsing JSON Data 7:33
- Processing JSON Data 7:48
- Programming AJAX Challenge 1:52
- Programming AJAX Solution 2:51
- Review Parsing JSON 3 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Ready to try some AJAX programming on your own? In this challenge you'll get instructions for creating another widget for a company's intranet.
Challenge Steps
- Repeat the 4 steps of the Ajax process
- The URL for the JSON data is
../data/rooms.json
- Finished widget HTML looks like this:
<ul class="rooms">
<li class="full">101</li>
<li class="empty">102</li>
<li class="full">103</li>
<li class="full">104</li>
<li class="empty">105</li>
<li class="empty">106</li>
</ul>
- Complete HTML goes inside a div with the ID of
roomList
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Samuel Kleos
Front End Web Development Techdegree Student 13,728 Points2 Answers
-
Taishi Arai
4,737 PointsMy workspace is showing blank the proper workspace is not loading. Its sending me off to an about.blank page.
Posted by Taishi AraiTaishi Arai
4,737 Points1 Answer
-
PLUS
Milo Dennison
Courses Plus Student 4,540 Points1 Answer
-
harry shakeshaft
3,943 Points0 Answers
-
Kirt Perez
7,374 Points1 Answer
-
Zachary Davidson
Full Stack JavaScript Techdegree Graduate 14,454 Points2 Answers
-
Kevin Gamboa
Front End Web Development Techdegree Graduate 14,958 Points1 Answer
-
Kurt Coleman
2,967 Points2 Answers
-
PLUS
Jonathan Ambriz
Courses Plus Student 3,902 Points2 Answers
-
Stefan Elsner
12,452 Points2 Answers
-
Lainey Odette
18,618 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up