2021.2

Table Of Contents
of the script to "Each matched element" and using the this object (see "this" on
page1364).
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1319.
Function Description
"add()" on
page1368
Adds elements to a set of HTML elements.
"addClass()" on
page1370
Adds the specified class to each element in a set of HTML
elements.Has no effect if the class is already present.
"after()" on
page1371
Inserts contentafter each element in a set of HTML elements..
"append()" on
page1373
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page1376
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page1377
Inserts content before an element or before each element in a set of
HTML elements.
Page 1449