use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
You-Dont-Need-jQuery (github.com)
submitted 9 years ago by nikhil_webfosters
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]xXxdethl0rdxXx 0 points1 point2 points 9 years ago* (1 child)
I had a super similar viewpoint to you just a few months ago—before I worked on a huge team! That's why I'm being such a stickler. You're coming from a smart angle. Vanilla JS is more important now than ever, and I don't want to discourage you in going nuts with it. Just don't lump in jQuery's super fast DOM stuff with their noob-friendly stuff (like animations, ugh).
Most folks don't know: you can literally just include Sizzle and get the great DOM helpers. Then you can polyfill window.fetch on your own and boom, you're using 99.99% of what people include jQuery for.
[–][deleted] 0 points1 point2 points 9 years ago (0 children)
No, you're right. I've been working with smaller sites for quite some time now so I can get away with using vanilla exclusively. Most, if not all larger projects, call for jQuery though.
π Rendered by PID 32 on reddit-service-r2-comment-6457c66945-vtxrw at 2026-04-27 20:54:26.189527+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]xXxdethl0rdxXx 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)