.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 “mousemove” JavaScript event, or trigger that event on an element.
Send data to the server using a HTTP POST request.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Adjust the opacity of the matched elements.
Specify a function to execute when the DOM is fully loaded.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
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.
Creates an object that handles the actual transmission of Ajax data.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Remove an event handler.
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.
Bind an event handler to the “load” JavaScript event.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Stop the currently-running animation on the matched elements.
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.
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.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.