Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript AJAX Basics (retiring) Programming AJAX Processing JSON Data

Ozgur Parlakkilic
Ozgur Parlakkilic
8,399 Points

my widget doesn't show https://w.trhou.se/79km1d2qk8

https://w.trhou.se/79km1d2qk8 I dont know why my employee list doesnt show

2 Answers

Here are the contents of widget.html, I had to make it myself as I didn't have it either.

<div id ="employeeList"> <ul class="bulleted"> <li class="out">Aimee</li> <li class="out">Amit</li> <li class="in">Andrew</li> <li class="in">Ben</li> <li class="in">Elizabeth</li> <li class="out">Guil</li> <li class="in">Hampton</li> <li class="in">Jason</li> <li class="in">Lainie</li> <li class="out">Kenneth</li> <li class="in">Pasan</li> <li class="in">Shawna</li> <li class="out">Zac</li> </ul> </div>

Zack Lee
PLUS
Zack Lee
Courses Plus Student 17,662 Points

I looked at your workspace, if you're using the files under the 'finished' folder, in the app.js, the "xhr.open" line should come just before the "xhr.send" line.