.index()
Search for a given element from among the matched elements.
Search for a given element from among the matched elements.
Merge the contents of two or more objects together into the first object.
Bind an event handler to the “load” JavaScript event.
Display the matched elements.
Remove elements from the set of matched elements.
Creates an object that handles the actual transmission of Ajax data.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Encode a set of form elements as a string for submission.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Set a timer to delay execution of subsequent items in the queue.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Remove event handlers previously attached using .live() from the elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.