JQuery(jquery.com)
jquery.com
JQuery
https://jquery.com/
5 comments
This is cool! I also recently found this thing called Twitter Bootstrap http://getbootstrap.com/
http://youmightnotneedjquery.com/ -- I'll just leave this here.
That site was not convincing. Why do in 8+ lines what I can do in 1 with jQuery?
Especially when the 8-line version might need testing in every possible browser out there for quirks and bugs. jQuery's already done the legwork there
Edit:
youmightnotnotneedjquery.com linked in a sibling of this comment explains it better in this googledoc
https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0Rlh...
Especially when the 8-line version might need testing in every possible browser out there for quirks and bugs. jQuery's already done the legwork there
Edit:
youmightnotnotneedjquery.com linked in a sibling of this comment explains it better in this googledoc
https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0Rlh...
When performance matters, or you are doing things on an order of magnitude, you may want to skip jquery
Do you have any examples or writeups to hand where rewriting jQuery functions ended up in a faster site?
Specifically in cases where other optimizations (caching, beefier servers, faster SQL, SSDs vs HDDs, etc) didn't help more?
Specifically in cases where other optimizations (caching, beefier servers, faster SQL, SSDs vs HDDs, etc) didn't help more?
Beefing up the server cannot improve client side code. Jquery is quite slow, nice, but quite slow. Sometimes writing out those 8 lines can make your code literally 400 times faster.(source : http://vanilla-js.com/) So yes if performance is a concern, you might want to look at writing it yourself.
Very good point, I'd not really considered the lower end spec'd machines, was more thinking overall page load times and the likes. Thanks :)
If anything, the examples it gives are persuasive arguments for jQuery.
This is getting out of hand. Remember, an eye for an eye makes the whole world blind.
this mislead me. I thought there was some kind of new jquery release.
https://news.ycombinator.com/item?id=9333859
"Sorry, but this is like posting jQuery. Who doesn't know about three.js?"
Well, I didn't know about three.js before I submitted it. I did know about jquery, but I was curious to see if it had ever been submitted, and the easiest way to find out was to submit it. So here it is.
And who knows, maybe there are HN readers who haven't heard of jquery. Stranger things have happened.