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 trialSilvia Ramos
Front End Web Development Techdegree Graduate 18,318 PointsUse of AJAX
Silly question, is there any reason why I cannot see this example useful? not under respecting the teacher, nothing to do with him, but I cannot see the 'power' of using AJAX on this example? wouldn't just work with a simple JS code or JQuery?
I just find it difficult to understand terms if I cannot visualise why they are truly used for.
1 Answer
Steven Parker
231,186 PointsAJAX is a set techniques that are implemented using JS code or JQuery. What makes it useful is that it allows dynamic content changes to occur without reloading the entire page.
Keep progressing in the course and see if the later examples make the purpose more clear.