.insertAfter()
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements after the target.
Create a new jQuery object with elements added to the set of matched elements.
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.
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.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Return a Deferred’s Promise object.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Adjust the opacity of the matched elements.
Takes a function and returns a new one that will always have a particular context.
Specify a function to execute when the DOM is fully loaded.
Display the matched elements by fading them to opaque.
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.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Display the matched elements.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
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.
Reduce the set of matched elements to a subset specified by a range of indices.
Hide the matched elements.
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.
Store arbitrary data associated with the specified element and/or return the value that was set.