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