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

Jitendra Vyas
Jitendra Vyas
2,349 Points

Is jQuery still the best library for DOM manipulation?

Or do we have better alternatives now.

I like jQuery, and I think it will always be a great solution, but it seems like html and css are slowly replacing it (in some areas).

2 Answers

Philip Cox
Philip Cox
14,818 Points

jQuery is still definitely the go to for quick DOM manipulation in my book. It is very prevalent around the web.

Jitendra Vyas
Jitendra Vyas
2,349 Points

Is rect.'s from Facebook not the better alternative of jQuery?

Philip Cox
Philip Cox
14,818 Points

I would say the fact that most of the modern tools for front-end development being release come with jQuery as its default JS library must mean something.

James Barnett
James Barnett
39,199 Points

Best is a very tricky term, there are a lot of factors. How well is it documented, what is its market share, how many features does it have, how complete is it cross-browser compatibility compared to other options.

In tech the best technical features don't always end up with the largest market share.