2020.2

Table Of Contents
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 page804.
Function Description
"add()" on
page853
Adds elements to the current HTML element.
"addClass()" on
page855
Adds the specified class to the current HTML element. Has no effect if
the class is already present.
"after()" on
page856
Inserts contentafter the current HTML element.
"append()" on
page858
Inserts content at the end of the current HTML element.
"attr()" on
page861
Changes the given attribute of the current HTML element with the given
value.
"before()" on
page862
Inserts content before the current HTML element.
"children()" on
page864
Returns the immediate children of the current HTML element.
"clone()" on
page915
Returns a copy of the current HTML element.
"closest()" on
page866
This function gets the first parent element that matches a selector, by
testing the element itself and traversing up through its ancestors in the
DOM tree.
"css()" on
page867
Gets the value of a style property for the HTML element or sets one or
more CSS properties for the HTML element.
Page 851