.dblclick()
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Select all elements that have at least one child node (either an element or text).
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Select all elements at an index greater than index within the matched set.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Insert every element in the set of matched elements to the beginning of the target.
Display or hide the matched elements by animating their opacity.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
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 the current computed width for the first element in the set of matched elements or set the width of every matched element.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Add handlers to be called when the Deferred object is either resolved or rejected.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Selects all elements that are visible.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Load data from the server using a HTTP GET request.
Adds the specified class(es) to each element in the set of matched elements.
Reduce the set of matched elements to the even ones in the set, numbered from zero.