jquery.serializeToJSON icon indicating copy to clipboard operation
jquery.serializeToJSON copied to clipboard

Serialize an HTML form (familiar with ASP MVC) to a JavaScript object, supporting nested attributes and arrays.

Results 1 jquery.serializeToJSON issues
Sort by recently updated
recently updated
newest added

Updated `includeUncheckValues()` to support input selectors like $('input, select') just like `$.fn.serializeArray()` accepts.