marioizquierdo / jquery.serializeJSON

Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name多层级数组无效

llm163520 opened this issue · comments

<input name="a[0].attr[0].a" value="test" / >
this.serializeJSON({useIntKeysAsArrayIndex: true});