Small JS (ES6) library for DOM manipulation. So, what is femtoJS? femtoJS is a JavaScript library for basic DOM manipulation. It has a jQuery-inspired syntax and supports chaining. femtoJS is about 100 lines of code in size, and the entire library weighs in at just under 0.9kB compressed and gzipped. It works in all the browsers that support ES6. If you need to support older browsers take a look i

