Focus
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
<div>
<input type="text" id="txtFocus" >
<?php
echo
YsJQuery::newInstance()
->onFocus()
->in('#txtFocus')
->execute("alert('On focus')")
?>
</div>

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