Open
Description
Copied from http://bugs.jquery.com/ticket/7120
If you have an input called party[children] with a value of 5 and you use the new jquery .link() to link the form to an object, it creates
{ 'party[children]': 5 }
instead of
{ party: { children: 5 } }
like I would expect...
Metadata
Metadata
Assignees
Labels
No labels