Method: addParameter
Since: 1.1
Parameters:
Description:
Add the given element into the given parameters object based on some preset rules.
Method: disableSubmitFields
Since: 1.1
Parameters:
Description:
Disable all of the submit fields for the given form.
Method: enableSubmitFields
Since: 1.1
Parameters:
Description:
Enable all of the submit fields for the given form.
Method: fieldCount
Since: 1.1
Parameters:
Returns:
Description:
Retrieve an object with its property names being all the named fields of the given form and its value being how many fields have that name.
Method: submitValue
Since: 1.1
Updated: 1.3
Parameters:
Returns:
Description:
Set the value of the given element as the submit value for the element's form. This is useful for forms to be sent via AJAX that has multiple submit buttons.
As of 1.3, the return value was added.
Method: toQueryString
Since: 1.1
Parameters:
Returns:
Description:
Convert the given form data to a query string. Although this will handle fields that can have multiple values like checkboxes, make sure you name it appropriately however.