Bug Tracker

Modify

Ticket #11418 (closed enhancement: wontfix)

Opened 16 months ago

Last modified 16 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 16 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to wontfix
  • Status changed from new to closed
  • Component changed from unfiled to ajax

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.