namespace Form

View source on GitHub →

Description

Utilities for dealing with forms in the DOM.

Form is a namespace for all things form-related, packed with form manipulation and serialization goodness. While it holds methods dealing with forms as a whole, its submodule Form.Element deals with specific form controls.

Many of these methods are also available directly on form elements.

Namespaces

  • Form.Element

    Utilities for dealing with form controls in the DOM.

Classes