Opened 11 years ago
Closed 11 years ago
#11418 closed enhancement (wontfix)
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:
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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