:enabled Selector
Selects all elements that are enabled.
Selects all elements that are enabled.
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 a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Select all elements at an index less than index within the matched set.
Selects all elements that are the nth-child of their parent.
Remove an event handler.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Remove elements from the set of matched elements.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.
Get the ancestors of each element in the current 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.
Select the element at index n within the matched set.
Select all elements that are in the progress of an animation at the time the selector is run.
Selects a single element with the given id attribute.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Selects elements that have the specified attribute with a value containing a given substring.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Selects all elements that are descendants of a given ancestor.
Selects all elements of the specified language.
Selects the combined results of all the specified selectors.