Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 129 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 129 Bytes

Converts an HTML form into a JavaScript object

Usage

$('#my-form').serializeObject();

#=> {...}

See LICENSE