.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.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Load data from the server and place the returned HTML into the matched elements.
Selects odd elements, zero-indexed. See also :even.
Selects the last matched element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Select all elements at an index less than index within the matched set.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Selects the first matched DOM element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Insert every element in the set of matched elements to the beginning of the target.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Selects all elements of type file.
Bind an event handler to the “focusin” event.
Bind an event handler to the “focusout” JavaScript event.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Selects elements which contain at least one element that matches the specified selector.
Select all elements at an index greater than index within the matched set.
Selects all elements of type radio.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.