Input Search focus() Method

❮ Input Search Object

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
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.