javascript event type
| type | NN 4 IE 4 DOM 2 |
| Read-only | |
|
Indicates the type of the current event (without the "on" prefix). Values are all lowercase. |
|
| Example | |
if (evt.type == "change") {
...
}
|
|
| Value | |
Any event name (without the "on" prefix) as a string. |
|
| Default | |
None. |
|
Previous: javascript event view
792,Nickname,Homepage or email,Comments here,Add comment
