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

Conrad Casper
Conrad Casper
4,082 Points

Here's the widget.html text you can copy and paste if your widget.html file is not showing up like mine.

<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>

Thank you!!!

2 Answers

HIDAYATULLAH ARGHANDABI
HIDAYATULLAH ARGHANDABI
21,058 Points

Could you ask you question more specifically

Michael Rooze
Michael Rooze
6,636 Points

Thank you for posting this!