Blur
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
<div>
<input type="Text" value="Blur" id="txtBlur">
<?php
echo
YsJQuery::newInstance()
->onBlur()
->in('#txtBlur')
->execute("alert('Handler for .blur() called.')")
?>
</div>

Support requests, bug reports, and off-topic comments will be deleted without warning.