jQuery vs. Vanilla JavaScript: Selecting HTML Elements

preview_player
Показать описание
In today's video we'll be taking a look at the difference between jQuery and vanilla JavaScript when it comes to selecting HTML elements.

This is for educational purposes and to help developers understand what jQuery does under the hood, and to see the possible alternative of using plain (or vanilla) JavaScript.

Support me on Patreon:

Follow me on Twitter @dcodeyt!

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

#dcode #javascript
Рекомендации по теме
Комментарии
Автор

this is good thing. We can do DOM manipulation, event handler, ajax http request with just vanilla JavaScript.

No wonder Bootstrap 5 drop jquery and use JavaScript ES6 :).

RianYK
Автор

Are there still browser compatibility advantages to using jQuery or not anymore?

aprimic
Автор

yeah jQuery used to be pretty good, but JavaScript has now become more powerful than ever. there are a lot of tasks that now you don't need to load some KB in the document.

beinyourguard
Автор

Seems pretty good, I am still learning the vanilla JS, but now starting to really understand things like query selectors and adding classes and removing them.

jamiemccallum
Автор

Yes but for example for http request Ajax is very easy... if you do that in Js it’s very hard...

Viralplace
Автор

Hernandez Ruth Harris Gary Thompson Susan

PhilemonVic-oi
Автор

Walker Cynthia Moore Jessica Walker Steven

PhilemonVic-oi
Автор

does that mean Vanilla javascript Selecting HTML Elements with a faster way and faster rendering !! it should be, yah...

twd