eyy / send

Send <form> as JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-send

Send <form> as JSON, today!

// install
bower i send

// use
$('form').send(function(res) {
    this.text('Your form was sent!');  // replace form html with a massage.
});

// API
$.fn.serializeObject()       // return form data as an object
$.fn.send(success, failure)  // send form as ajax

License

MIT

About

Send <form> as JSON


Languages

Language:JavaScript 100.0%