Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forbeslindesay/ajax
Standalone AJAX library inspired by jQuery/zepto
https://github.com/forbeslindesay/ajax
Last synced: 11 days ago
JSON representation
Standalone AJAX library inspired by jQuery/zepto
- Host: GitHub
- URL: https://github.com/forbeslindesay/ajax
- Owner: ForbesLindesay
- License: mit
- Created: 2012-09-08T15:19:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T19:02:26.000Z (almost 7 years ago)
- Last Synced: 2024-10-20T04:44:03.522Z (24 days ago)
- Language: JavaScript
- Homepage: https://component.jit.su/ForbesLindesay/ajax
- Size: 19.5 KB
- Stars: 363
- Watchers: 25
- Forks: 200
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ajax
====Standalone AJAX library inspired by jQuery/zepto
## Installation
[![component](https://component.jit.su/component-badge.svg)](https://component.jit.su/refer/ForbesLindesay/ajax)
```
component-install ForbesLindesay/ajax
```Then load using:
```JavaScript
var ajax = require('ajax');
```Or load using a script tag (downloads are available [here](https://component.jit.su/ForbesLindesay/ajax/download))
```html
```
Then just refer to it in your script as `ajax`
## API
### ajax(url, settings)
**url** A string containing the URL to which the request is sent.
**settings** A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with `ajax.settings`. See ajax(settings) below for a complete list of all settings.### ajax(settings)
**settings** A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with `ajax.settings`.
For a list of available settings see:
http://api.jquery.com/jQuery.ajax/
## License
MIT
If you find it useful, a payment via [gittip](https://www.gittip.com/ForbesLindesay) would be appreciated.
![viewcount](https://viewcount.jepso.com/count/ForbesLindesay/ajax.png)