DEV Community

Discussion on: RIP jQuery: An alternative for modern browsers

Collapse
 
nuxodin profile image
Tobias Buschor

domProxy is a good alternative to jQuery.
Basically it's a NodeList with exactly the APIs elements have (using Proxies).
And some more handy apis like "nextAll('.selector')":
github.com/nuxodin/domProxy