2021.1

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1299.
Function Description
"add()" on
page1349
Adds elements to a set of HTML elements.
"addClass()" on
page1350
Adds the specified class to each element in a set of HTML
elements.Has no effect if the class is already present.
"after()" on
page1351
Inserts contentafter each element in a set of HTML elements..
"append()" on
page1353
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page1356
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page1358
Inserts content before an element or before each element in a set of
HTML elements.
"children()" on
page1360
Returns the immediate children of an HTML element.
"clone()" on
page1412
Returns a new result set containing a copy of each element in a set of
HTML elements.
"closest()" on
page1362
For each element in a set, 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
page1363
Gets the value of a style property for the first element in set of HTML
elements or sets one or more CSS properties for every element in a set
of HTML elements.
Page 1305