Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@destination/jquery-serializeobject

jQuery plugin to serialize forms into objects

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