Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skycloud1030/jq-ajax
An AJAX library abstracted from jQuery without other modules
https://github.com/skycloud1030/jq-ajax
ajax jquery
Last synced: 24 days ago
JSON representation
An AJAX library abstracted from jQuery without other modules
- Host: GitHub
- URL: https://github.com/skycloud1030/jq-ajax
- Owner: skycloud1030
- License: mit
- Created: 2018-05-03T03:11:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T05:27:36.000Z (over 6 years ago)
- Last Synced: 2024-12-10T19:17:33.410Z (about 2 months ago)
- Topics: ajax, jquery
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jq-ajax
[![Version](https://img.shields.io/npm/v/jq-ajax.svg)](https://www.npmjs.com/package/jq-ajax)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
[![Donloads](https://img.shields.io/npm/dm/jq-ajax.svg)](https://www.npmjs.com/package/jq-ajax)An AJAX library abstracted from jQuery without other modules
## Install
```sh
npm install jq-ajax --save
yarn add jq-ajax --save
```## Usage
```js
import jqAjax from "jq-ajax/jquery-3.3.1.min.js";
jqAjax.ajax({ url });
```## Version
* jquery-1.12.5
* jquery-2.2.5
* jquery-3.3.1