async-form

0.2.2 • Public • Published

async-form

XHR forms w/ iFrame fallback.

NPM david-dm.png 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.

Readme

Keywords

none

Package Sidebar

Install

npm i async-form

Weekly Downloads

1

Version

0.2.2

License

none

Last publish

Collaborators

  • drk