Keyboard Events


MethodDescription
keydown()Bind an event handler to be fired when a key is pressed and the element has keyboard focus, or trigger that event on an element.
keypress()Bind an event handler to be fired when a keystroke occurs and the element has keyboard focus, or trigger that event on an element.
keyup()Bind an event handler to be fired when a key is released and the element has keyboard focus, or trigger that event on an element.

Leave a Reply

Your email address will not be published. Required fields are marked *