:first Selector
Selects the first matched DOM element.
Selects the first matched DOM element.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Specify a function to execute when the DOM is fully loaded.
Select all elements at an index greater than index within the matched set.
Reject a Deferred object and call any failCallbacks with the given args.
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.
Selects odd elements, zero-indexed. See also :even.
Attach an event handler function for one or more events to the selected elements.
The DOM element that initiated the event.
Selects even elements, zero-indexed. See also :odd.
Add handlers to be called when the Deferred object is either resolved or rejected.
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.
Display the matched elements.
Perform a custom animation of a set of CSS properties.
Attach a handler to an event for the 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 HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.