https://github.com/ForbesLindesay/ajax
Standalone AJAX library inspired by jQuery/zepto
https://github.com/ForbesLindesay/ajax
Last synced: 7 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T19:02:26.000Z (over 8 years ago)
- Last Synced: 2025-10-20T20:38:57.850Z (7 months ago)
- Language: JavaScript
- Homepage: https://component.jit.su/ForbesLindesay/ajax
- Size: 19.5 KB
- Stars: 362
- Watchers: 23
- Forks: 198
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frontend - ajax - Standalone AJAX library
- awesome-frontend - ajax - Standalone AJAX library
- awesome-front-end - ajax - Standalone AJAX library
README
ajax
====
Standalone AJAX library inspired by jQuery/zepto
## Installation
[](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.
