Skip to content

A queue for jquery ajax, it avoid multiple HTTP requests at the same time

License

Notifications You must be signed in to change notification settings

toohamster/jquery-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

jquery-fetch

A queue for jquery ajax, it avoid multiple HTTP requests at the same time

var testurl = 'http://localhost';
var testObj = {
    type: "GET",
    url: testurl,
    complete: function (xhr, status, et) {
        console.info('!!!joooo!!!');
    }
};

for(var i=0;i<103;i++) $.fetch.ajax(testObj);

App

Now apply yacebao.com.

About

A queue for jquery ajax, it avoid multiple HTTP requests at the same time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published