2021.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 page1319.
Function Description
"add()" on
page1368
Adds elements to the current HTML element.
"addClass()" on
page1370
Adds the specified class to the current HTML element. Has no effect if
the class is already present.
"after()" on
page1371
Inserts contentafter the current HTML element.
"append()" on
page1373
Inserts content at the end of the current HTML element.
"attr()" on
page1376
Changes the given attribute of the current HTML element with the given
value.
"before()" on
page1377
Inserts content before the current HTML element.
"children()" on
page1379
Returns the immediate children of the current HTML element.
"clone()" on
page1433
Returns a copy of the current HTML element.
"closest()" on
page1382
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
page1383
Gets the value of a style property for the HTML element or sets one or
more CSS properties for the HTML element.
Page 1366