1.5

Table Of Contents
Function Description
"add()" on
page731
Adds elements to a set of HTML elements.
"addClass()"
on page732
Adds the specified class to each element in a set of HTML elements.Has
no effect if the class is already present.
"after()" on
page733
Inserts contentafter each element in a set of HTML elements..
"append()" on
page735
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page738
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page740
Inserts content before an element or before each element in a set of HTML
elements.
"css()" on
page745
Gets the value of a style property for the first element in set of HTML
elements or sets one or more CSS properties for every element in a set of
HTML elements.
"children()"
on page742
Returns the immediate children of an HTML element.
"clone()" on
page742
Returns a new result set containing a copy of each element in a set of
HTML elements.
"filter()" on
page755
Returns a subset of the current result set.
"find()" on
page756
Performs a search for a text in the children of each element in a set of
HTML elements, and returns a new result set with elements that surround
the occurrences.
Page 779