.fadeTo()
Adjust the opacity of the matched elements.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Insert content, specified by the parameter, to the beginning 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.
Show or manipulate the queue of functions to be executed on the matched element.
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.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Display or hide the 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.
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
Perform an asynchronous HTTP (Ajax) request.
Add handlers to be called when the Deferred object is rejected.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Select all elements at an index greater than index within the matched set.