I loved jQuery, and still do (2019)
withblue.ink
I loved jQuery, and still do (2019)
1–10 of 189 posts
Re: I loved jQuery, and still do (2019)
#2Re: I loved jQuery, and still do (2019)
#3Re: I loved jQuery, and still do (2019)
#4jQuery is still my bread and butter for DOM manipulation and events. I've found it to be much more readable than vanilla JS.
Re: I loved jQuery, and still do (2019)
#5jQuery is still my bread and butter for DOM manipulation and events. I've found it to be much more readable than vanilla JS.
Re: I loved jQuery, and still do (2019)
#6Re: I loved jQuery, and still do (2019)
#7jQuery is still my bread and butter for DOM manipulation and events. I've found it to be much more readable than vanilla JS.
That's 30KB over the network and 90KB of JS code in memory so that you don't need to learn about 5 standardized browser API methods that are the same in every browser going back to IE9 then. No doubt that gives you a better developer experience but I don't think your users are thanking you.
Re: I loved jQuery, and still do (2019)
#8jQuery is still my bread and butter for DOM manipulation and events. I've found it to be much more readable than vanilla JS.
That's 30KB over the network and 90KB of JS code in memory so that you don't need to learn about 5 standardized browser API methods that are the same in every browser going back to IE9 then. No doubt that gives you a better developer experience but I don't think your users are thanking you.
Re: I loved jQuery, and still do (2019)
#9Re: I loved jQuery, and still do (2019)
#10I really learned to appreciate jquerys clean codebase at that time. Learned a lot about the DOM and how to misuse it.