Hacker News new | ask | show | jobs
by reedlaw 5038 days ago
Reading the example code I learned enough to become interested in vanilla javascript. Although satirical in tone, I found it insightful. It lead me to question the necessity of using jQuery for every project.
2 comments

I used to wonder the same thing, but after a while I've found that it already pays to include jQuery (or similar) as soon as your code reaches a complexity of "does more than one kind of thing" (roughly).
How often are you selecting span elements? They serve different purposes. Do you due diligence of course.