1.6

Table Of Contents
results.hide();
}
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 or by the result set that is returned by a
query, see "query()" on page785.
Function Description
"add()" on
page744
Adds elements to a set of HTML elements.
"addClass()"
on page745
Adds the specified class to each element in a set of HTML elements.Has
no effect if the class is already present.
"after()" on
page746
Inserts contentafter each element in a set of HTML elements..
"append()" on
page748
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page751
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on Inserts content before an element or before each element in a set of HTML
Page 794