jQuery.post()
Send data to the server using a HTTP POST request.
Send data to the server using a HTTP POST request.
Load JSON-encoded data from the server using a GET HTTP request.
Create a new jQuery object with elements added to the set of matched elements.
Search for a given element from among the matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
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 value of the first element in the set of matched elements or set the value of every matched element.
Display or hide the matched elements by animating their opacity.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Insert content, specified by the parameter, before each element in the set of matched elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Reduce the set of matched elements to a subset specified by a range of indices.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of 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.
Stop the currently-running animation on the matched elements.