mab-dom
v0.12.2
Published
Minimal utilities for working with the HTML DOM.
Downloads
3
Readme
mab-dom
A very minimal DOM library, intended to replace a small subset of the jQuery convenience methods.
Rationale
If you're looking to port a complex jQuery-based app to vanilla JS, this library definitely isn't what you're looking for!
It was built solely for use in my own personal utility app suite, and as such:
- Doesn't implement huge chunks of jQuery's functionality at all
- Pays no attention whatsoever to compatibility with older browsers
- Has no automated test suite
- Comes with zero guarantees