Stores the position of the current element within all the elements matched by an onHTML callback.
The name of the tag.
The request object of the element's HTML document.
The Response object of the element's HTML document.
The text content of the element.
Returns the selected attribute of a HTMLElement or empty string if no attribute found.
attribure selector
Returns the stripped text content of the first matching element's attribute.
element selector
attribute name
Returns the stripped text content of all the matching element's attributes.
element selector
attribute name
Returns the concatenated and stripped text content of the matching elements.
element selector
Returns the stripped text content of all the matching elements.
element selector
Iterates over the elements matched by the first argument and calls the callback function on every HTMLElement match.
element selector
callback function
Iterates over the elements matched by the first argument and calls the callback function on every HTMLElement match. It is identical to forEach except that it is possible to break out of the loop by returning false in the callback function.
element selector
callback function
The representation of a HTML tag.