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 page1293.
Function Description
"add()" on
page1342
Adds elements to the current HTML element.
"addClass()"
on page1344
Adds the specified class to the current HTML element. Has no effect if the
class is already present.
"after()" on
page1345
Inserts contentafter the current HTML element.
"append()" on
page1347
Inserts content at the end of the current HTML element.
"attr()" on
page1350
Changes the given attribute of the current HTML element with the given
value.
"before()" on
page1351
Inserts content before the current HTML element.
"children()"
on page1353
Returns the immediate children of the current HTML element.
"clone()" on
page1406
Returns a copy of the current HTML element.
"closest()" on
page1356
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
page1357
Gets the value of a style property for the HTML element or sets one or
more CSS properties for the HTML element.
Page 1340