# RxJS DOM Ajax Module #

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

## Details ##

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

NPM Packages:
- [`rx-dom-ajax`](https://www.npmjs.com/package/rx-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)
