Skip to content

nakajima/jquery-ajax-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

= 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

About

Provides a way to limit certain AJAX requests to be submitted one at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published