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

How important is it to have covered the jQuery Basics course to under the AJAX Basics course?

As part of the course prerequisites, Dave recommends knowing a little of jQuery. I'm following the Full Stack JavaScript track currently, so I'm yet to come across jQuery.

There's no actual link to a jQuery course (maybe the one it originally linked to was retired?) so would this jQuery be a worthwhile 3 hour detour before coming back to this course?

Treehouse jQuery Basics

1 Answer

Steven Parker
Steven Parker
229,732 Points

While "fetch" is becoming increasing popular for AJAX, jQuery still has some features that make it very handy, particularly in resolving certain CORS access issues. It's also the foundation for many popular web frameworks. I personally consider it worth knowing, most certainly if there's any chance you might need to work on legacy code.

But you might not need to divert from your current course. Do that only if you find yourself getting stuck because of jQuery references.