| ▲ | jjice an hour ago | |
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. | ||
| ▲ | petcat an hour ago | parent [-] | |
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) | ||