Hacker News new | ask | show | jobs
by nsonnad 3812 days ago
Not to be forgotten is d3, which in addition to selectors allows you to very easily bind data to the DOM. And with the big 4.0 refactor that is underway, you can very easily pull in the selection[1] stuff only.

[1] https://github.com/d3/d3-selection

1 comments

At 4.4KB (gzipped), it seems like a really good alternative to jQuery. Thanks for the suggestion!