Sign In

imbue-js

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imbue-js

Improve JavaScript with useful prototype extensions & helper methods.

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

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/imbue-js

NPM

npm i imbue-js

Keywords

jQuery

FAQs

Package last updated on 03 Nov 2019

Related posts