DEV Community

Discussion on: Is JQuery still worth learning in 2021?

Collapse
 
khangnd profile image
Khang

The main focus should still be the fundamentals, which is JS DOM in this case. If you've got yourself familiar with all these getElementById, getElementsByTagName, querySelector, querySelectorAll, etc. then when you have to work in a project that uses jQuery, you will adapt quick and easily.

Collapse
 
leewynne profile image
Lee Wynne

Nice, makes sense thanks 😊