Side navigation
#11418 closed enhancement (wontfix)
Opened February 29, 2012 09:58AM UTC
Closed February 29, 2012 03:38PM UTC
Documentation change - serialize() doesn't mention it's OK to use on fieldset
| Reported by: | wheresrhys | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Change to:
The .serialize() method can act on a jQuery object that has selected individual form elements, such as <input>, <textarea>, and <select>. However, it is typically easier to select the <form> or <fieldset> tag itself for serialization:
Attachments (0)
Change History (1)
Changed February 29, 2012 03:38PM UTC by comment:1
| component: | unfiled → ajax |
|---|---|
| priority: | undecided → low |
| resolution: | → wontfix |
| status: | new → closed |
serialize works on a form tag already. I don't see it being worth the code to add support for selecting fieldset when one can simply select the inputs. If anyone on the core team disagrees, please reopen.
Related: #9863