0.2.2 • Published 11 years ago

async-form v0.2.2

Weekly downloads
18
License
-
Repository
github
Last release
11 years ago

async-form

XHR forms w/ iFrame fallback.

browser support

Usage

var aform = require('async-form');

document.getElementById('my-file').addEventListener('change', function (e) {
    aform(e.target);
});

Installation

npm install async-form --save-dev

require in your clientside scripts and browserify on medium heat.

Goals

Provide an easy interface for sending form data asynchronously.

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago