Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomasjang/jqmin

Tiny jQuery for ax6ui
https://github.com/thomasjang/jqmin

ax6ui javascript jquery

Last synced: 3 days ago
JSON representation

Tiny jQuery for ax6ui

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/jqmin.svg)](https://badge.fury.io/js/jqmin)
[![](https://img.shields.io/npm/dm/jqmin.svg)](https://www.npmjs.com/package/jqmin)

# Tiny jQuery for AX6UI
jQuery 3.2.2 (-ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-attributes/prop,-attributes/support,-deprecated,-effects,-effects/Tween,-effects/animatedSelector,-wrap,-deferred,-deferred/exceptionHook,-queue,-queue/delay,-core/ready,-event/focusin,-event/alias,-css/showHide,-css/hiddenVisibleSelectors)

### extract option
```
grunt --gruntfile jquery/Gruntfile.js custom:-ajax,-attributes/prop,-attributes/support,-deprecated,-effects,-wrap,-deferred,-event/focusin,-event/alias,-css/showHide,-sizzle,-core/ready,-queue
```

## Usage

### npm install
```
npm install jqmin -S
```

### example
```js
import $ from "jqmin"

$(document).ready(function() {

});

$("#id").css({width: 300});
```