|
|
|
|
|
onblur
The onblur property returns the onBlur event handler code, if any, that exists on the current element.
Syntax
event handling code = element.onblurExample
Notes
The blur event is raised when an element loses focus.
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|