.val()
Get the current value of the first element in the set of matched elements or set the value 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.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height 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.
Remove an event handler.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Adds the specified class(es) to each element in the set of matched elements.
Translate all items in an array or object to new array of items.
Display or hide the matched elements.
Load data from the server and place the returned HTML into the matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Display or hide the matched elements with a sliding motion.
Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There are two types of events: Local Events These are callbacks that you can subscribe to within the Ajax request object, like so: 1 2 3 4 5 … Continue reading
Insert every element in the set of matched elements to the end of the target.
Get the children of each element in the set of matched elements, including text and comment nodes.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Insert every element in the set of matched elements before the target.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.