All Projects → edwinm → miq

edwinm / miq

Licence: MIT license
Super lightweight jQuery-like DOM library using modern JavaScripts features like property descriptors and ES5 array functions

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to miq

neodigm55
An eclectic low-code vanilla JavaScript UX micro-library for those that defiantly think for themselves.
Stars: ✭ 14 (-33.33%)
Mutual labels:  micro-library
mini i18n
🌐 Minimalistic I18n library for Ruby
Stars: ✭ 93 (+342.86%)
Mutual labels:  micro-library
Dom
Modern DOM API.
Stars: ✭ 88 (+319.05%)
Mutual labels:  dom-library
Microjs.com
Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
Stars: ✭ 1,927 (+9076.19%)
Mutual labels:  micro-library

miq library

Lightweight jQuery-like DOM library.

Miq is like jQuery, but with fewer functions and more modern and therefore only 1.4 kilobyte zipped.

Miq compared to jQuery:

  • No seldom used functions.
  • Leaving animation functions to CSS transitions.
  • AJAX function uses modern Promise (or polyfill).
  • Inherits all powerful functions from Array like forEach, map and filter.
  • With 1.4kb zipped extremely small.

See the miq homepage for more information.

Build

npm install
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].