:gt() Selector
Select all elements at an index greater than index within the matched set.
Select all elements at an index greater than index within the matched set.
Bind an event handler to the “load” JavaScript event.
Display or hide the matched elements by animating their opacity.
Hide the matched elements by fading them to transparent.
Selects all elements that are the nth-child of their parent.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Encode a set of form elements as an array of names and values.
Set a timer to delay execution of subsequent items in the queue.
Selects all elements that are visible.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Utility method to filter and/or chain Deferreds.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Bind an event handler to the “error” JavaScript event.
Select all elements at an index less than index within the matched set.
Selects all elements of the specified language.
Selects even elements, zero-indexed. See also :odd.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
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.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.