xhrform
=======

Script to send a form with a submit button using XMLHttpRequest (ajax) in a
simple way.


FEATURES
--------

- Small:
  - Filesize: +- 2KB.
  - Lines: +- 60, not much code, so hopefully easy to understand.
  - No dependencies on other libraries like jQuery.
- (Graceful) fallback to a normal form if Javascript is disabled.
- Permissive ISC license, see LICENSE file.


USAGE
-----


EXAMPLES
--------

See example.html for an example.


Author
------

Hiltjo Posthuma <hiltjo@codemadness.org>
