.keypress()
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “load” JavaScript event.
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.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
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.
Specify a function to execute when the DOM is fully loaded.
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.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Show or manipulate the queue of functions to be executed on the matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Merge the contents of two or more objects together into the first object.
Adjust the opacity of the matched elements.
Creates an object that handles the actual transmission of Ajax data.
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.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Load JSON-encoded data from the server using a GET HTTP request.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Select the element at index n within the matched set.