doc: Updated Form.serializeElements.

This commit is contained in:
tjcrowder 2009-08-22 13:20:30 +01:00 committed by Tobie Langel
parent b57bdbd76e
commit 7735f545c7
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ var Form = {
* Serialize an array of form elements to an object or string suitable
* for [[Ajax]] requests.
*
* As per the HTML spec, disabled fields are not included.
*
* If multiple elements have the same name and we're returning an object,
* the value for that key in the object will be an array of the field values
* in the order they appeared on the array of elements.
*
* <h4>The Options</h4>
*
* The options allow you to control two things: What kind of return