This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Sun Sep 13 14:14:51 -0700 2009 | |
| |
src/ | Sun Sep 13 14:13:58 -0700 2009 | |
| |
test/ | Sun Sep 13 14:13:34 -0700 2009 |
README
= jQuery AJAX Queue =
Provides a simple interface for creating AJAX requests that wait
their turn in line. Only one request in the queue can ever be active
at once. Once the active request finishes, the next request can start.
Usage:
$.ajaxQueue.post('/some-place');
$.ajaxQueue.get('/another');
$.ajaxQueue.put('/another');
$.ajaxQueue.del('/another');
(c) Copyright 2008 Pat Nakajima






