You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/focusout.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
</signature>
20
20
<longdesc>
21
21
<p>This method is a shortcut for <code>.bind('focusout', handler)</code>.</p>
22
-
<p>The <code>focusout</code> event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the <ahref="/blur">blur</a> event in that it supports detecting the loss of focus from parent elements (in other words, it supports event bubbling).</p>
22
+
<p>The <code>focusout</code> event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the <ahref="/blur">blur</a> event in that it supports detecting the loss of focus on descendant elements (in other words, it supports event bubbling).</p>
23
23
<p>This event will likely be used together with the <ahref="/focusin">focusin</a> event.</p>
0 commit comments