Tutsplus JavaScript Without jQuery

Download link:

https://www.youtube.com/watch?v=v4ytJUdenEc


There is no doubt that jQuery revolutionized front-end coding. Not only did it simplify cross-browser JavaScript, but it also introduced new ways of doing common things, like working with the DOM...
Author: Jeremy McPeak
Duration: 13 minutes
Link: https://code.tutsplus.com/courses/ja...without-jquery

There is no doubt that jQuery revolutionized front-end coding. Not only did it simplify cross-browser JavaScript, but it also introduced new ways of doing common things, like working with the DOM or making HTTP requests. In fact, many parts of today's standard API were heavily influenced by jQuery. But we've reached a point where today's major browsers have excellent standards support, and the standards themselves have evolved to make writing code easier.
In this Coffee Break Course, Envato Tuts+ instructor Jeremy McPeak will show you that you really don't need jQuery. Follow along as he takes some existing jQuery-dependent code and converts it to plain ol' vanilla JavaScript.
We've built a comprehensive guide to help you learn JavaScript, whether you're just getting started as a web developer or you want to explore more advanced topics:

Learn JavaScript: The Complete Guide