@destination/jquery-serializeobject
v1.0.1
Published
jQuery plugin to serialize forms into objects
Downloads
14
Readme
jQuery serializeObject Plugin
jQuery plugin to serialize forms into objects.
Installation
yarn add @destination/jquery-serializeobject
Usage
Webpack
If you're using webpack, load the module first:
require('@destination/jquery-serializeobject');
Once loaded, just use it like a standard jQuery plugin:
$('#form').serializeObject();
License
Released under the MIT license