| Method | Description |
|---|---|
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. |