event.currentTarget
The current DOM element within the event bubbling phase.
The current DOM element within the event bubbling phase.
Add handlers to be called when the Deferred object is rejected.
Selects the last matched element.
Indicates whether the META key was pressed when the event fired.
Remove the whitespace from the beginning and end of a string.
Selects all elements that are the last child of their parent.
Set a timer to delay execution of subsequent items in the queue.
Handles errors thrown synchronously in functions wrapped in jQuery().
Execute the next function on the queue for the matched elements.
Selects the target element indicated by the fragment identifier of the document’s URI.
Selects all elements of type password.
Selects all elements that are the first child of their parent.
Selects all elements of type file.
Selects element if it is currently focused.
Selects all elements of type radio.
A collection of properties that represent the presence of different browser features or bugs. Intended for jQuery’s internal use; specific properties may be removed when they are no longer needed internally to improve page startup performance. For your own project’s feature-detection needs, we strongly recommend the use of an external library such as Modernizr instead of dependency on properties in jQuery.support.
Retrieve the DOM elements matched by the jQuery object.
For key or mouse events, this property indicates the specific key or button that was pressed.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.