Section 25.177. Input.onblur: the handler invoked when a form element loses focus


25.177. Input.onblur: the handler invoked when a form element loses focus

DOM Level 0

25.177.1. Synopsis

 Function onblur 

25.177.2. Description

The onblur property of an Input object specifies an event-handler function that is invoked when the user transfers keyboard focus away from that input element. Calling blur( ) to remove focus from an element does not invoke onblur for that object. Note, however, that calling focus( ) to transfer focus to some other element causes the onblur event handler to be invoked for whichever element currently has the focus.

25.177.3. See Also

Element.addEventListener( ), Window.onblur; Chapter 17




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net