2019.1

Table Of Contents
Note
This object can't be used in Control Scripts, because they don't have a selector.
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 page1278.
Function Description
"Examples" on
page1227
Adds elements to a set of HTML elements.
"Examples" on
page1229
Adds the specified class to each element in a set of HTML
elements.Has no effect if the class is already present.
"Examples" on
page1229
Inserts contentafter each element in a set of HTML elements..
"Examples" on
page1232
Inserts content at the end of eachelement in a set of HTML elements.
"Examples" on
page1234
Change the given attribute of the element or set of HTML elements with
the given value.
" Examples" on
page1236
Inserts content before an element or before each element in a set of
HTML elements.
"Examples" on Returns the immediate children of an HTML element.
Page 1223