.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.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Determine if the callbacks list has been locked.
Insert every element in the set of matched elements to the beginning of the target.
Show or manipulate the queue of functions to be executed on the matched elements.
Remove all of the callbacks from a list.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Disable a callback list from doing anything more.
Determine if the callbacks list has been disabled.
Iterate over a jQuery object, executing a function for each matched element.
Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.
Display or hide the matched elements.
Select the element at index n within the matched set.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Attach an event handler function for one or more events to the selected elements.
Selects the target element indicated by the fragment identifier of the document’s URI.
Set a timer to delay execution of subsequent items in the queue.
Determine whether any of the matched elements are assigned the given class.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Store arbitrary data associated with the specified element and/or return the value that was set.