focus
focus [<expression>]
The focus command focuses an element. If no target is given, it focuses the current element (me).
me
<button _="on click focus #search-input">Search</button> <input _="on click focus" />