# RxJS Lite DOM Ajax Module #

This project provides Reactive Extensions for JavaScript (RxJS) bindings for HTML DOM objects to abstract over the Ajax requests using RxJS Lite.  

## Details ##

Files:
- [`rx.lite.dom.ajax.js`](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/modules/lite-ajax/rx.lite.dom.ajax.js)

NPM Packages:
- [`rx-lite-dom-ajax`](https://www.npmjs.com/package/rx-lite-dom-ajax)

## API ##

### Ajax

- [`Rx.DOM.ajax`](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/doc/operators/ajax.md)
- [`Rx.DOM.get`](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/doc/operators/get.md)
- [`Rx.DOM.getJSON`](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/doc/operators/getjson.md)
- [`Rx.DOM.post`](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/doc/operators/post.md)
- [`Rx.DOM.jsonpRequest`](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/doc/operators/jsonprequest.md)
