markashleybell / mab-dom

Minimal utilities for working with the HTML DOM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mab-dom

npm

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

About

Minimal utilities for working with the HTML DOM.

License:MIT License


Languages

Language:TypeScript 63.1%Language:HTML 28.6%Language:JavaScript 8.3%