.appendTo()
Insert every element in the set of matched elements to the end of the target.
Insert every element in the set of matched elements to the end of the target.
Adjust the opacity of the matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert every element in the set of matched elements after the target.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Relinquish jQuery’s control of the $ variable.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Utility method to filter and/or chain Deferreds.
Selects all elements that are enabled.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Selects all elements that are hidden.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Select all elements at an index greater than index within the matched set.
Insert every element in the set of matched elements to the beginning of the target.
Display or hide the matched elements by animating their opacity.
Select all elements that have at least one child node (either an element or text).
Select all elements at an index less than index within the matched set.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.