kiltjs / jqlite

Tiny JavaScript DOM query library that uses pure CSS selectors
MIT License
99 stars 19 forks source link

considering add dataset, classList polyfills #41

Closed jgermade closed 8 years ago

jgermade commented 8 years ago

dataset polyfill: https://gist.github.com/brettz9/4093766

classList polyfill: https://github.com/eligrey/classList.js

jgermade commented 8 years ago

Need to check new size when added

jgermade commented 8 years ago

Currently not needed after last refactor