Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 453 Bytes

File metadata and controls

29 lines (18 loc) · 453 Bytes

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