focus( )


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.

Method Declaration
Copy
Request
This method does not take any parameters
Was this helpful?
Yes
No