1.4

"css()" on
page 191
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 page 189
Returns the immediate children of an HTML element.
"clone()" on
page 189
Returns a new result set containing a copy of each element in a set of
HTML elements.
filter() Returns a subset of the current result set.
find() 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() Returns true if the first element in this result set has the specified class.
hide() Hides the HTML element or set of HTML elements.
html() Replaces the inner HTML of the element or of each element in a set of
HTML elements with the supplied value, or returns the HTML of the first
element if no value is supplied.
is(selector) Returns true if at least one of the elements in a set of HTML elements
matches the supplied CSS selector.
parent() Returns the parents of the elements in a set of HTML elements.
"prepend()"
on page 206
Inserts content at the beginning of an HTML element or of each element in
a set of HTML elements.
"CopyFile()"
on page 210
Removes an HTML element or a set of HTML elements from the
document.
removeAttr() Removes the specified attribute from each element in this result set.
"removeClass Removes the specified class from an element or from each element in a
Page 178