Side navigation
#15191 closed bug (duplicate)
Opened July 22, 2014 10:05AM UTC
Closed July 22, 2014 03:03PM UTC
Last modified July 22, 2014 05:57PM UTC
serializeArray fails with fieldset in IE
Reported by: | ddewit | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | ajax | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
serializeArray returns an empty array when used on a fieldset in IE, works fine in other browsers.
See this fiddle: http://jsfiddle.net/Wh4dK/1/
Attachments (0)
Change History (4)
Changed July 22, 2014 03:03PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed July 22, 2014 03:18PM UTC by comment:2
So, it would probably a good idea to state more clearly in the docs what 'a jQuery object representing a set of form elements' means.
Changed July 22, 2014 04:42PM UTC by comment:3
Changed July 22, 2014 05:57PM UTC by comment:4
cool
Duplicate of #13357.
fieldset
is not documented as valid input at http://api.jquery.com/serializeArray/.See also: