1.4

template's
contents
and
creates a
new result
set
containing
the HTML
elements
that match
the given
CSS
selector.
Functions
All these functions can be used with an HTML element or a set of HTML, such as the results
(the HTML element or set of HTML elements that match the selector specified in the script
editor) or the result set returned by a query (see "query()" on page 209).
"add()" on
page 179
Adds elements to a set of HTML elements.
"addClass()"
on page 180
Adds the specified class to each element in a set of HTML elements.Has
no effect if the class is already present.
"after()" on
page 181
Inserts contentafter each element in a set of HTML elements..
"append()" on
page 183
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page 186
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page 187
Inserts content before an element or before each element in a set of HTML
elements.
Page 177