.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 “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Send data to the server using a HTTP POST request.
Load data from the server using a HTTP GET request.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Takes a function and returns a new one that will always have a particular context.
Display the matched elements by fading them to opaque.
Display or hide the matched elements.
Specify a function to execute when the DOM is fully loaded.
Display or hide the matched elements by animating their opacity.
Display the matched elements.
Hide the matched elements with a sliding motion.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.