logoalt Hacker News

jjicetoday at 4:19 PM1 replyview on HN

Curious what jQuery brings for you these days? My favorite jQuery features got implemented in the vanilla DOM APIs (document.querySelector and fetch being the big one for me). Now I'm curious if I'm missing out.


Replies

petcattoday at 4:22 PM

I prefer the terseness of jQuery's API and things like chaining dom operations with the fluent API. I don't like the native DOM API. Too verbose

(I still read and review code)

show 2 replies