jquery-serialize-object
jquery-serialize-object copied to clipboard
Converts HTML form into JavaScript object
This is working well for me. Thought I would pass it back if you had interest. Though I only considered my use case and it may not align with the...
I had a jQuery version conflict in my application (which used jQuery 2.1) due to jquery-serialize-object having a hard dependency on jQuery 1.8. After updating the bower file and running...
Hi, this issue is illustrated in http://jsfiddle.net/x6fz3mgt/ . The expected output is: ``` { "items": [ { "name": "", "types": ["dog"] }, { "name": "" } ] } ``` But...