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 AJAX Concepts How AJAX Works

Where to find the official documentations or recommended sources for XMLHttp Request? Mostly AJAX are JQuery.

Hi. Some discussions say it's much more efficient to work with XMLHttp than AJAX in JQuery form, but mostly when I search for solutions what I find is AJAX in JQuery form. Do you know a source for pure XMLHttp without JQuery that I could use to acquire more knowledge and experience?

tnx

1 Answer

Tobias Kloy
Tobias Kloy
3,655 Points

Maybe the following link from MDN is what you are searching for:

https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX/Getting_Started

Hope it helps!