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

https://github.com/daack/ajax-request


https://github.com/daack/ajax-request

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# ajax-request

Ajax is a JavaScript Object that use JQuery Ajax with [mozilla/localForage](https://github.com/mozilla/localForage). In order to store the data requested by ajax.

Dependencies:
- [addyosmani/basket.js](https://github.com/addyosmani/basket.js)
- [crypto-js](https://code.google.com/p/crypto-js/)

```javascript
Ajax.request({
method: 'POST',
data: {foo: 'bar'},
success: function(response) {
},
error: function(err) {
},
});
```