Side navigation
#14597 closed bug (duplicate)
Opened December 02, 2013 04:22PM UTC
Closed December 02, 2013 04:30PM UTC
$.serialize, $.serializeArray and input with name "elements"
Reported by: | bodyaga | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/bodyaga/KJLxA/1/
in this example output data from $.serialize() must be
foo=foo&boo=boo&elements=bug
but, it's only
elements=bug
$.serialize() and $form.serializeArray() return incorrect data if at form present input's named "elements"
duplicate for closed ticket @14594
bug can be represent at any version of jQuery and any browser