<pclass="arguement"><strong>handler(eventObject)</strong>A function to execute each time the event is triggered.</p>
</li></ul>
<divclass="longdesc">
<p>This method is a shortcut for <code>.bind('focusout', handler)</code>.</p>
<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 events bubbling).</p>
<p>This event will likely be used together with the <ahref="/focusin">focusin</a> event.</p>