You Don't Need jQuery
posted by Carson Evans · Aug 8, 2023
Even though modern JavaScript has rendered the need for a library such as jQuery unnecessary, I STILL see people (especially those who are very new to web development) using it for brand new projects. So I thought I would write a little post about how to do some of the most common jQuery things in lovely plain simple JavaScript.
Read more