:text Selector
Selects all input elements of type text.
Selects all input elements of type text.
Wrap an HTML structure around each element in the set of matched elements.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Reduce the set of matched elements to a subset specified by a range of indices.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Wrap an HTML structure around the content of each element in the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Get the children of each element in the set of matched elements, including text and comment nodes.
Create a deep copy of the set of matched elements.
Remove a previously-stored piece of data.