Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)