1.0.14 • Published 4 years ago

@ghosts/imbue-js v1.0.14

Weekly downloads
31
License
MIT
Repository
github
Last release
4 years ago

Imbue logo

Imbue is designed to replace some of the core features of jQuery, and provide a limited set of useful shortcuts and extensions on top of standard DOM elements in JavaScript. For me, the main goal is to phase out jQuery in projects I'm working on in favor of a very slim library that accomplishes the same usage requirements we had, mainly element selection, style management, and event listeners. Vanilla JS is extremely fast & versatile, but oftentimes performing basic DOM manipulations involves multiple methods or using poorly named ones. Some examples are JS's querySelectorAll() vs Imbue's getElements(), or the simplified document.whenReady() call in Imbue that abstracts away document ready listeners.

NOTE: this is a work in progress at the moment, contibutions appreciated!

Docs / Examples / More Info

https://imbue.js.org

CDN

http://unpkg.com/@ghosts/imbue-js

NPM

npm i @ghosts/imbue-js

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago