How to do Everything jQuery can do with Vanilla JavaScript

preview_player
Показать описание
It's time to come home to Vanilla JavaScript. These days there's nothing you can't do in jQuery that Vanilla JavaScript can't do just as easily. Let me show you how to do a few common tasks from jQuery in JavaScript. And yes, I'll show you how to make it work in Internet Explorer 11 so your grandpa can visit your website too...

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

A small catch with fetch is that your cookies are not sent by default. For passing cookies to a request to your own server, add the option: credentials: "same-origin"

maickelwand
Автор

Seriously, you solved all my questions toward JQuery! Thank you very much! I start from learning modern Javascript then move to React but I think I have to take a look at JQuery as it is still fit into a lot of job requirements ..Glad to know it is not that hard!

fonncatalina
Автор

I've been looking for something just like this, thank you.

mattmarshall
Автор

Thanks for the GitHub link at 10:00 to a comprehensive list of vanilla js equivalents to jQuery operations

tedfitzpatrickyt
Автор

Thank you! I'm just getting started with web development and I'm glad I've only wasted a couple of days learning jQuery before finding out this stuff. Honestly I don't even like the dolar sign syntax either. Really cool explanation.

julian.castro
Автор

how do I convert jquery to vanilla javscript?

karlrussellmenil
visit shbcf.ru