Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays.
Stars
1.7k
Forks
424
Watchers
1.7k
Open Issues
9
Overall repository health assessment
^7.8.173
commits
14
commits
7
commits
5
commits
3
commits
2
commits
2
commits
2
commits
1
commits
1
commits
Merge pull request #115 from marioizquierdo/reimplement_serializeArray
f9aa2fcView on GitHubAdd tests for custom type functions with value and the element being passed
4e3c7ffView on GitHubRefactor reading data from attributes, with the dom element available, getting the attribute is a lot easier and more reliable now. Also, pass the element to the type functions as second attribute
703f4c3View on GitHubIntegrate readCheckboxUncheckedValues into the new serializeArray method to simplify the serialization process for unchecked checkboxes
4458bc7View on GitHubImplement serializeArray to match functionality with jQuery's serializeArray
5d0c68dView on GitHubMerge branch 'master' of github.com:marioizquierdo/jquery.serializeJSON
fb0e23bView on GitHubMerge pull request #114 from andtown/deprecated-isarray-function
7f1284aView on GitHub