Skip to content

Instantly share code, notes, and snippets.

View gr1zix's full-sized avatar
🎯
Focusing

Grizix gr1zix

🎯
Focusing
View GitHub Profile
@valerysntx
valerysntx / xhrpool.js
Created May 3, 2013 04:25
xhrPool - extendable async xml requests pool, with sequent callbacks per xhr
// xhrPool - async xml requests pool, with sequent callbacks per xhr
//
$.xhrPool = [];
$.xhrPool.callbacks = [];
$.xhrPool.starthandlers = [];
$.xhrPool.onEnd = function (name, obj, opts) {