2.3.4.28 onfocusout

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

onfocusout of type Function

Occurs immediately after moving focus to another element.

To invoke, click an element or document when the element or document does not have focus; use the keyboard to move focus; invoke the focus method.

  • Bubbles: Yes

  • Cancelable: No

  • Context Info: toElement

This attribute is an extension to HTMLElement.

See also onfocusin.