Class: FormGroup

QfqNS.Element.FormGroup

new FormGroup($enclosedElement)

Form Group represents a <input>/<select> element including the label and help block.

It is not meant to be used directly. Use the specialized objects instead.

Parameters:
Name Type Description
$enclosedElement jQuery

a jQuery object contained in the Form Group. It used to find the enclosing HTML element having the .form-group class assigned.

Source: