JavaScript: The Definitive Guide
25.282. Textarea.focus( ): give keyboard focus to this element
DOM Level 2 HTML
25.282.1. Synopsis
void focus( );
25.282.2. Description
This method transfers keyboard focus to this element so the user can edit the displayed text without having to first click on the text area. |
Категории