.prev()
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Selects all elements that are the first child of their parent.
Selects all elements of type radio.
Bind an event handler to the “focusout” JavaScript event.
Selects element if it is currently focused.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Remove an event handler.
Remove elements from the set of matched elements.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
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.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
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.
The DOM element that initiated the event.
Selects all elements that are the only child of their parent.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.