1.0.1 • Published 4 years ago

@destination/jquery-serializeobject v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

1.0.1

4 years ago

1.0.0

4 years ago