.html()
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 HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Get the children of each element in the set of matched elements, including text and comment nodes.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
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.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
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 every element in the set of matched elements to the beginning of the target.
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.
Specify a function to execute when the DOM is fully loaded.
Return a Deferred’s Promise object.
Adjust the opacity of the matched elements.
Display the matched elements by fading them to opaque.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Takes a function and returns a new one that will always have a particular context.
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
Display the matched elements.
Hide the matched elements.
Reduce the set of matched elements to a subset specified by a range of indices.