Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeybaker/jquery-queue

Queue jQuery's ajax requests.
https://github.com/joeybaker/jquery-queue

Last synced: 6 days ago
JSON representation

Queue jQuery's ajax requests.

Awesome Lists containing this project

README

        

jQuery Queue
===================

For browserify. Shamlessly adapted from @maccman https://gist.github.com/maccman/5790509 http://blog.alexmaccaw.com/queuing-ajax-requests

## Install
Bower.

`bower install jquery-queue`

## Usage

Include with browserify.

```js
var $ = require('jquery')
require('jquery-queue')

$.ajax({
url: '/example'
, queue: 'my queue'
})

```

## Test
None yet.

## Changelog

### 0.1.0
Init