.siblings()
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Insert every element in the set of matched elements to the end of the target.
The rate (in milliseconds) at which animations fire.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Determine if the callbacks have already been called at least once.
Bind an event handler to the “error” JavaScript event.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Indicates whether the META key was pressed when the event fired.
Select the element at index n within the matched set.
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.
Remove the set of matched elements from the DOM.
Selects all elements that are the nth-child of their parent.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Select all elements at an index less than index within the matched set.
Iterate over a jQuery object, executing a function for each matched element.
Select all elements that have no children (including text nodes).
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Select all elements at an index greater than index within the matched set.