Places focus on the element.
The focus()
function places focus on the element and fires a focus
event.
The focus
event handlers set on this element by the onFocus( )
function or in the Editor are called.
Receiving focus through a call to this function is equivalent to a user clicking on or tabbing to the element manually.