1.7

Table Of Contents
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 page806.
Function Description
"Examples" on
page814
Adds elements to a set of HTML elements.
"Examples" on
page815
Adds the specified class to each element in a set of HTML
elements.Has no effect if the class is already present.
"Examples" on
page816
Inserts contentafter each element in a set of HTML elements..
"Examples" on
page818
Inserts content at the end of eachelement in a set of HTML elements.
"Examples" on
page821
Change the given attribute of the element or set of HTML elements with
the given value.
" Examples" on
page822
Inserts content before an element or before each element in a set of
HTML elements.
"Examples" on
page824
Returns the immediate children of an HTML element.
"Examples" on
page824
Returns a new result set containing a copy of each element in a set of
HTML elements.
Page 811