jQuery.fn.extend()
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Bind an event handler to the “focusout” JavaScript event.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a 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.
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.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
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.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects elements that have the specified attribute, with any value.
Retrieve the DOM elements matched by the jQuery object.
Bind an event handler to the “error” JavaScript event.
Remove an attribute from each element in the set of matched elements.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.