2020.1

Table Of Contents
Field Type Description
().
Functions
The functions below can be called by the results object and by any other result set that is
returned by a query, see "query()" on page792.
Function Description
"add()" on
page839
Adds elements to a set of HTML elements.
"addClass()" on
page840
Adds the specified class to each element in a set of HTML
elements.Has no effect if the class is already present.
"after()" on
page841
Inserts contentafter each element in a set of HTML elements..
"append()" on
page843
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page846
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page847
Inserts content before an element or before each element in a set of
HTML elements.
"children()" on
page849
Returns the immediate children of an HTML element.
"clone()" on
page895
Returns a new result set containing a copy of each element in a set of
HTML elements.
"closest()" on
page851
For each element in a set, this function gets the first parent element that
Page 910