.find()
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Remove elements from the set of matched elements.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Load data from the server using a HTTP GET request.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Selects all elements that are hidden.
The element where the currently-called jQuery event handler was attached.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Create a deep copy of the set of matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
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.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
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.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Load data from the server and place the returned HTML into the matched elements.
Add handlers to be called when the Deferred object is either resolved or rejected.