Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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