Lose the jQuery Bloat — DOM Manipulation with NodeList.js
October 2, 2015In recent years, jQuery has become the de-facto JavaScript library on the web. It irons out many cross-browser inconsistencies and adds a welcome layer of syntactic sugar to client-side scripting. One of the main pain points it abstracts away is DOM manipulation, but since its inception, native browser APIs have impro...
Recent Comments