postform

1.0.1 • Public • Published

arale-postform

Install

$ npm install arale-postform --save
 

Usage

var Postform = require('arale-postform');
new Postform({
            form: '#form-id'
        }).after('submit', function(res) {
           console.log(res);
        });

Readme

Keywords

Package Sidebar

Install

npm i postform

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • minuux