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 Parsing JSON Data

.send() Causing Problems?

Hi again!

I'm going through the AJAX course and I'm coming across problems which seem to be cause by .send(). None of Dave's examples have run as of yet.

Here is my workspace:

https://w.trhou.se/eudbcm88dm

Here are some screens:

console

sources

If my workspace is working for you might it be a problem with a setting in my browser(Chrome, Firefox)? And if that's not the case maybe some setting in my computer?

Best!

Joel.

3 Answers

Seth Reece
Seth Reece
32,867 Points

You have a typo. In widget.js you path to the json file is date/employees.json. Should be data/employess.json

Seth, thank you so much!

Hey, what about mine? - https://teamtreehouse.com/workspaces/19616022

No typos there... Frustrating!