FocusOut
<div>
<input type="text" id="txtFocusOut" >
<?php
echo
YsJQuery::newInstance()
->onFocusout()
->in('#txtFocusOut')
->execute("alert('On focus out')")
?>
</div>
jQuery4PHP Current Release: v1.7.0 - Stable
jQuery version: v1.8.2
jQueryUI version: Stable (1.8.24: jQuery 1.3.2+)
These methods are used to register behaviors to take effect when the user interacts with the browser, and to further manipulate those registered behaviors.
<div>
<input type="text" id="txtFocusOut" >
<?php
echo
YsJQuery::newInstance()
->onFocusout()
->in('#txtFocusOut')
->execute("alert('On focus out')")
?>
</div>
Support requests, bug reports, and off-topic comments will be deleted without warning.