JavaScript: The Definitive Guide

25.256. Select.focus( ): give keyboard focus to this element

DOM Level 2 HTML

25.256.1. Synopsis

void focus( );

25.256.2. Description

This method transfers keyboard focus to this <select> element so the user can interact with it using the keyboard instead of the mouse.

Категории