Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwinm/miq
Super lightweight jQuery-like DOM library using modern JavaScript features like property descriptors and ES5 array functions
https://github.com/edwinm/miq
dom-library jquery micro-library
Last synced: 3 days ago
JSON representation
Super lightweight jQuery-like DOM library using modern JavaScript features like property descriptors and ES5 array functions
- Host: GitHub
- URL: https://github.com/edwinm/miq
- Owner: edwinm
- License: mit
- Created: 2015-08-18T20:06:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T01:20:01.000Z (about 1 year ago)
- Last Synced: 2024-10-30T03:42:50.155Z (9 days ago)
- Topics: dom-library, jquery, micro-library
- Language: JavaScript
- Homepage: http://www.bitstorm.org/javascript/miq/
- Size: 1.31 MB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://www.bitstorm.org/javascript/miq/) for more information.
# Build
```sh
npm install
npm run build
```