:focus Selector
Selects element if it is currently focused.
Selects element if it is currently focused.
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.
Selects all elements that are the last child of their parent.
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.
Selects all elements that are the first child of their parent.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
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.
Get the closest ancestor element that is positioned.
If this method is called, the default action of the event will not be triggered.