.eq()
Reduce the set of matched elements to the one at the specified index.
Reduce the set of matched elements to the one at the specified index.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Returns whether event.stopImmediatePropagation() was ever called on this event object.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Selects even elements, zero-indexed. See also :odd.
Remove elements from the set of matched elements.
The mouse position relative to the left edge of the document.
Selects odd elements, zero-indexed. See also :even.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
The namespace specified when the event was triggered.
Indicates whether the META key was pressed when the event fired.
Returns whether event.stopPropagation() was ever called on this event object.
Selects all elements that do not match the given 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.
Remove the set of matched elements from the DOM.
Selects all elements of the specified language.
Selects all elements that are descendants of a given ancestor.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Selects all elements that are the first among siblings of the same element name.
The number of elements in the jQuery object.