Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olton/m4q
Small library for DOM manipulation and animation. This library similar to jQuery, but written more simply.
https://github.com/olton/m4q
ajax dom dom-animation dom-manipulation javascript jquery-replace
Last synced: about 2 months ago
JSON representation
Small library for DOM manipulation and animation. This library similar to jQuery, but written more simply.
- Host: GitHub
- URL: https://github.com/olton/m4q
- Owner: olton
- License: mit
- Created: 2019-03-09T18:59:54.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-02T14:49:02.000Z (3 months ago)
- Last Synced: 2024-10-02T14:52:36.844Z (3 months ago)
- Topics: ajax, dom, dom-animation, dom-manipulation, javascript, jquery-replace
- Language: JavaScript
- Homepage:
- Size: 2.02 MB
- Stars: 30
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# m4q - DOM manipulation helper and JQuery replacer
The m4q is a small library for DOM manipulation.
This helper designed for [Metro UI](https://metroui.org.ua) project to replace jQuery.
m4q is not a complete jQuery equivalent, and there are differences.
#### Status
![Version](https://img.shields.io/npm/v/m4q)
![Version](https://img.shields.io/github/package-json/v/olton/m4q)
[![develop Status](https://img.shields.io/badge/status-release-darklime.svg)](https://david-dm.org/olton/m4q)
[![Dependencies](https://img.shields.io/badge/Dependencies-none-darklime.svg?style=flat)](https://github.com/olton/m4q/blob/master/LICENSE)
![Minified Size](https://img.shields.io/bundlejs/size/m4q)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://github.com/olton/m4q/blob/master/LICENSE)## Documentation
Read about `m4q` usage in the [Metro 4 docs](https://metroui.org.ua/m4q-about.html)### Credits
- `Data` by [jQuery](https://jquery.com)
- `Easing` functions by [Andy Ray](https://github.com/AndrewRayCode/easing-utils)