:not() Selector
Selects all elements that do not match the given selector.
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.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Selects even elements, zero-indexed. See also :odd.
An optional object of data passed to an event method when the current executing handler is bound.
Matches elements that match all of the specified attribute filters.
Selects all elements that are the first among siblings of the same element name.
The number of elements in the jQuery object.
Indicates whether the META key was pressed when the event fired.
Selects all elements of the specified language.
Execute the next function on the queue for the matched elements.
Reduce the set of matched elements to the final one in the set.
Set a timer to delay execution of subsequent items in the queue.
Selects the last matched element.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
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 with the given tag name.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Select all elements that have no children (including text nodes).