1.0.1 • Published 5 years ago
@destination/jquery-serializeobject v1.0.1
jQuery serializeObject Plugin
jQuery plugin to serialize forms into objects.
Installation
yarn add @destination/jquery-serializeobjectUsage
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