javascript event type
@March 15, 2008, 1:22 a.m.
type | Firefox/Netscape/NN 4 IE 4 Chrome/Safari/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. |
Permanent URL:
http://javascript.gakaa.com/event-type.aspx
Powered by Linode.