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);
        });

/postform/

    Package Sidebar

    Install

    npm i postform

    Weekly Downloads

    3

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • minuux