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: 10 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T05:27:36.000Z (about 8 years ago)
- Last Synced: 2026-04-29T19:12:29.768Z (about 2 months ago)
- Topics: ajax, jquery
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jq-ajax
[](https://www.npmjs.com/package/jq-ajax)
[](LICENSE)
[](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