An open API service indexing awesome lists of open source software.

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.

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)