Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
While you're at it, learn Bootstrap, animate.css, and some popular jQuery plugins. And boom! Suddenly you could make a lot of "dirty" money.
Seriously, it's not that bad. -
Going from jQuery to vanilla cleansed me and websites I work on, no point of loading a library unless it's needed (hint: it's not)
document.querySelector and document.querySelectorAll are like a gift sent from the gods -
nicholai8938yI don't really care for jQuery, but the element.click() function is pretty nice to have when modifying or botting sites :3
Related Rants
-
tahnik63So I need to create a nice new web app. Let's look at some cool JS frameworks that I can work with. *5 mins l...
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
Kalvin17How does a front-end developer get away with murder? $('body').hide(); //I'll see myself out
Learning jquery after four straight years of vanilla js makes me feel really dirty.
undefined
js
jquery
yuck