.before()
Insert content, specified by the parameter, before each element in the set of matched elements.
Insert content, specified by the parameter, before 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.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Insert content, specified by the parameter, after each element in the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Show or manipulate the queue of functions to be executed on the matched element.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Adjust the opacity of the matched elements.
Hide the matched elements by fading them to transparent.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Iterate over a jQuery object, executing a function for each matched element.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Perform an asynchronous HTTP (Ajax) request.
Add handlers to be called when the Deferred object is rejected.
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
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Selects odd elements, zero-indexed. See also :even.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Select all elements at an index greater than index within the matched set.