From e93b955df41ddb85013e2eb2170b55205c726262 Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Sun, 21 Jun 2015 18:47:17 +0100 Subject: [PATCH] focusout: Added missing signature --- entries/focusout.xml | 3 +++ 1 file changed, 3 insertions(+) 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).