: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.
Set a timer to delay execution of subsequent items in the queue.
Encode a set of form elements as an array of names and values.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Selects all elements that are visible.
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.
Selects even elements, zero-indexed. See also :odd.
Select all elements at an index less than index within the matched set.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements of the specified language.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.