1.0.2 • Published 9 years ago

form-submit v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Submit

common Js is supported as well.

This will return a JSON Object from a form

    window.Submit.Parse(form);


    name="person[name][first]" value="Man"

    //{person:{name:{first:"Man"}}}
    

Arrays are merged

Object and Arrays are not Merged Which ever comes first takes over. This should not happen however if you write you HTML correctly.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago