jQuery.post()
Send data to the server using a HTTP POST request.
Send data to the server using a HTTP POST request.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Remove a previously-attached event handler from the elements.
Load data from the server using a HTTP GET request.
Search for a given element from among the matched elements.
Hide the matched elements by fading them to transparent.
Display the matched elements by fading them to opaque.
Hide the 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.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Display or hide the matched elements with a sliding motion.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Display or hide the matched elements by animating their opacity.
Display the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.