.show()
Display the matched elements.
Display the matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Encode a set of form elements as an array of names and values.
Insert content, specified by the parameter, after each element in the set of matched elements.
Send data to the server using a HTTP POST request.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Creates an object that handles the actual transmission of Ajax data.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Insert content, specified by the parameter, before each element in the set of matched elements.
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.
Merge the contents of two or more objects together into the first object.
Attach a handler to an event for the elements.
Display or hide the matched elements.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Selects the combined results of all the specified selectors.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Get the closest ancestor element that is positioned.