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

Which track demonstrates the use / consumption of JSON data to populate html elements?

I need to learn how to consume JSON formatted data to dynamically build an html page. Right now its just simple categories and their descriptions, to be the basis for left hand selector controls. Later the JSON data set will expand to support more UI options, functionality.

Keeping it simple at firts so I can at least get 1 successful GET and present element list in HTML, make sure I get the concept right and build from there.

1 Answer

Thanks Lee. I will start on the AJAX Course after I get through the Javascript course.