2020.2

Table Of Contents
of the script to "Each matched element" and using the this object (see "this" on
page1338).
Property
Field Type Description
length
Number Number of elements in this result set. Equivalent to calling size().
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 a set of HTML elements.
"addClass()"
on page1344
Adds the specified class to each element in a set of HTML elements.Has
no effect if the class is already present.
"after()" on
page1345
Inserts contentafter each element in a set of HTML elements..
"append()" on
page1347
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page1350
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page1351
Inserts content before an element or before each element in a set of HTML
elements.
"children()" Returns the immediate children of an HTML element.
Page 1298