DekGenius.com
Team LiB   Previous Section   Next Section
HTMLAnchorElement.blur( ) take keyboard focus away from a hyperlink

Availability

DOM Level 1 HTML

Synopsis

void blur(  );

Description

For web browsers that allow hyperlinks to have the keyboard focus, this method takes keyboard focus away from a hyperlink.

    Team LiB   Previous Section   Next Section