.keydown()
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
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.
Relinquish jQuery’s control of the $ variable.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Bind an event handler to the “load” JavaScript event.
Creates an object that handles the actual transmission of Ajax data.
Show or manipulate the queue of functions to be executed on the matched element.
Specify a function to execute when the DOM is fully loaded.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Merge the contents of two or more objects together into the first object.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
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.
Adjust the opacity of the matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Remove an event handler.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.