Input Reset focus() Method
Description
The focus() method is used to give focus to a reset button.
Tip: Use the blur() method to remove focus from a reset button.
Browser Support
| Method | |||||
|---|---|---|---|---|---|
| focus() | Yes | Yes | Yes | Yes | Yes |
Syntax
resetObject.focus()
Parameters
| None. |
Technical Details
| Return Value: | No return value |
|---|
❮ Input Reset Object