marioizquierdo / jquery.serializeJSON

Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays.
MIT License
1.72k stars 431 forks source link

Checking which input has the error? #96

Closed orbitfum closed 4 years ago

orbitfum commented 5 years ago

This plugin working just perfect. But it seems i can't handle errors with it. There is possible way to check fields if they correct and throw an error which ID has error before staring parsing? because it just fail the parse and throw global error.

marioizquierdo commented 5 years ago

What is the error you see when it fails? If it is an exception, it should not happen. It may be a bug.

marioizquierdo commented 4 years ago

closing for inactivity