1.6

Table Of Contents
Function Description
"addClass()"
on page430
Adds the specified class to each element in a set of HTML elements.Has
no effect if the class is already present.
"after()" on
page431
Inserts contentafter each element in a set of HTML elements..
"append()" on
page433
Inserts content at the end of eachelement in a set of HTML elements.
"attr()" on
page436
Change the given attribute of the element or set of HTML elements with
the given value.
"before()" on
page437
Inserts content before an element or before each element in a set of HTML
elements.
"css()" on
page441
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 page439
Returns the immediate children of an HTML element.
"clone()" on
page439
Returns a new result set containing a copy of each element in a set of
HTML elements.
"filter()" on
page451
Returns a subset of the current result set.
"find()" on
page452
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.
"hasClass()"
on page455
Returns true if the first element in this result set has the specified class.
Page 473