JavaScript: The Definitive Guide

25.161. HTMLElement.onkeyup: event handler invoked when the user releases a key

DOM Level 0

25.161.1. Synopsis

Function onkeyup

25.161.2. Description

The onkeyup property of an HTMLElement object specifies an event-handler function that is invoked when the user releases a key while the element has the keyboard focus.

25.161.3. See Also

HTMLElement.onkeydown; Chapter 17

Категории