Input URL blur() Method

❮ Input URL Object

Example

Remove focus from a URL field:

document.getElementById("myURL").blur();
Try it Yourself »

Description

The blur() method is used to remove focus from a URL field.

Tip: Use the focus() method to give focus to a URL field.


Browser Support

Method
blur() Yes Yes Yes Yes Yes

Syntax

urlObject.blur()

Parameters

None.

Technical Details

Return Value: No return value

❮ Input URL Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.