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 trialOzgur Parlakkilic
8,399 Pointsmy 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
Dean Vollebregt
24,583 PointsHere 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
Courses Plus Student 17,662 PointsI 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.