Optional containerRepresents a container element in the Document Object Model (DOM).
Optional filterRepresents a jQuery filter used to narrow down a set of jQuery elements.
true for elements that should be included in the result set and false otherwise.Optional formOptional selectorRepresents a selector expression.
#myId to select an element with the ID "myId", .myClass to select all elements with the class "myClass", or div to select all div elements.
Represents the context for a form element.
This interface is used to configure and define the context in which a form element operates. It includes properties for specifying the form element's container node, filter, form node and selector.