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.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Holds or releases the execution of jQuery’s ready event.
Select the element at index n within the matched set.
Remove an event handler.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Select all elements at an index less than index within the matched set.
Add handlers to be called when the Deferred object is either resolved or rejected.
Bind an event handler to the “click” event, or trigger that event on an element.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Bind an event handler to the “scroll” event, or trigger that event on an element.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Selects all elements that are selected.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Wrap an HTML structure around each element in the set of matched elements.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Bind an event handler to the “unload” event, or trigger that event on an element.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.