jquery-serialize-object icon indicating copy to clipboard operation
jquery-serialize-object copied to clipboard

Converts HTML form into JavaScript object

Results 23 jquery-serialize-object issues
Sort by recently updated
recently updated
newest added

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...