Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thomasjang/jqmin
- Owner: thomasJang
- Created: 2017-07-14T07:47:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T14:03:20.000Z (over 7 years ago)
- Last Synced: 2024-11-06T19:17:52.343Z (10 days ago)
- Topics: ax6ui, javascript, jquery
- Language: JavaScript
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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});
```