:first Selector
Selects the first matched DOM element.
Selects the first matched DOM element.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Reduce the set of matched elements to the first in the set.
Specify a function to execute when the DOM is fully loaded.
Select all elements at an index greater than index within the matched set.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Remove a previously-stored piece of data.
Set a timer to delay execution of subsequent items in the queue.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Selects elements which contain at least one element that matches the specified selector.
Selects elements that have the specified attribute, with any value.
Remove an attribute from each element in the set of matched elements.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements that are the first child of their parent.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Selects all elements that are the only child of their parent.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
Get the closest ancestor element that is positioned.
Remove an event handler.