Skip to content

Instantly share code, notes, and snippets.

@schricka
schricka / jquery.ajaxqueue.js
Created December 17, 2020 10:33 — forked from extralam/jquery.ajaxqueue.js
jQuery AJAX queues
/*
:: Enhanced Version @extralam ::
Allows for ajax requests to be run synchronously in a queue , remove queue
Usage::
var queue = new $.AjaxQueue();
// add with tag name or not , both ok
queue.add('test',{
url: 'url',