contextmenu event
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Bind an event handler to the “contextmenu” 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.
Insert every element in the set of matched elements to the beginning of the target.
The mouse position relative to the top edge of the document.
Remove an event handler.
Get the closest ancestor element that is positioned.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Selects odd elements, zero-indexed. See also :even.
The namespace specified when the event was triggered.
The mouse position relative to the left edge of the document.
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.
Display or hide the matched elements by animating their opacity.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Selects all elements of type file.
Selects all elements of type password.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.