Input Search focus() Method
Example
Give focus to a search field:
document.getElementById("mySearch").focus();
Try it Yourself »
Description
The focus() method is used to give focus to a week field.
Tip: Use the blur() method to remove focus from a week field.
Browser Support
Method | |||||
---|---|---|---|---|---|
focus() | Yes | Yes | Yes | Yes | Yes |
Syntax
searchObject.focus()
Parameters
None. |
Technical Details
Return Value: | No return value |
---|
❮ Input Search Object