event.which
For key or mouse events, this property indicates the specific key or button that was pressed.
For key or mouse events, this property indicates the specific key or button that was pressed.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Selects all elements of the specified language.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Show or manipulate the queue of functions to be executed on the matched elements.
Create a deep copy of the set of matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Holds or releases the execution of jQuery’s ready event.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Merge the contents of two or more objects together into the first object.
Bind an event handler to the “load” JavaScript event.