8000 GitHub - xsrahman/reqman.js: A simple ajax request manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xsrahman/reqman.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery 1.4.x or later is required.

Steps:
- Load reqman.js
- Optionally, set a callback to execute before or after adding/removing a request(see the docs)
- Wrap every AJAX request with the add() function, like this: RQ.add($.get(....),"optional_id")
- Then, if you wanna kill all pending requests, just execute RQ.killAll()
- Or kill a single request with RQ.kill("optional_id") or RQ.killByRegex(regex)

That's all folks! (The docs contain more details!)

About

A simple ajax request manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%
0