DEV Community

Discussion on: Like im 5:What is JQUERY???????

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

jQuery is this old thing that a lot of people used to use (a few still do). It is a library wrote in JavaScript, it is nothing special but became so popular because it made JavaScript easier to write back in 2012. It has no specific purpose but it is particularly good at working with the DOM.
jQuery's legacy is that now modern JavaScript has many of the features jQuery offered.
I would think twice about using it.

Collapse
 
pandademic profile image
Pandademic • Edited

So it's Old , but great for DOM?

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

No Matter how silly the question, you would get better answers with more specific questions but yes that's correct.

Old but good with DOM manipulation

Thread Thread
 
pandademic profile image
Pandademic

Thank you!

Collapse
 
xorock profile image
xorock

Not only for DOM. It has great event system (super easy delegation, namespaces), quite nice ajax support.

Thread Thread
 
pandademic profile image
Pandademic

Oh , Thanks !

Thread Thread
 
superloika profile image
Kaloy

There are so many powerful plugins made with jQuery too. (like advanced data tables, charts, and so much more)

Thread Thread
 
pandademic profile image
Pandademic

Oh , Nice !