https://github.com/charlypoly/request.all
Request.All() - Allow to control the Ajax calls in one place.
https://github.com/charlypoly/request.all
Last synced: about 1 year ago
JSON representation
Request.All() - Allow to control the Ajax calls in one place.
- Host: GitHub
- URL: https://github.com/charlypoly/request.all
- Owner: charlypoly
- Created: 2013-05-23T13:20:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-23T13:21:49.000Z (about 13 years ago)
- Last Synced: 2025-03-30T11:02:37.262Z (about 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Request.All
=================
the script is NOT ready for use for now, it's just a non-working prototype..
Some working updates will come soon.
meanwhile i advice you to look at this snippet : https://gist.github.com/wittydeveloper/5618929
=================
Mootools Request Watcher
Examples @todo
```
Request.all(function(json) {
if (json.error) {
this.preventDefault();
console.error('Server error')
}
})
```
- [ ] Request.filter(filter, callback)
- [ ] Request.block(filter)
- [ ] Request.redirect(filter, uri)