diff --git a/entries/focusout.xml b/entries/focusout.xml index 1029a9e5..6b633c89 100644 --- a/entries/focusout.xml +++ b/entries/focusout.xml @@ -19,6 +19,9 @@ + + 1.0 +

This method is a shortcut for .on( "focusout", handler ) when passed arguments, and .trigger( "focusout" ) when no arguments are passed.

The focusout event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the blur event in that it supports detecting the loss of focus on descendant elements (in other words, it supports event bubbling).