Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Converts a form to javascript object, taking into account input arrays

Notifications You must be signed in to change notification settings

jhogendorn/jQuery-serializeFullArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

SerializeFullArray

SerializeFullArray is a plugin for jQuery that provides an object (ie: associative array) representation of a form, taking into account input arrays.

The usefulness of this is in forms where javascript needs to change form behaviour dependant on values, hiding and showing sections of arrays.

SerializeFullArray is also useful as an example of recursive array building without actual recursion, by using references.

About

Converts a form to javascript object, taking into account input arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published