focus

moves focus to the input area

void focus();

Example

$$("myComments").focus();

Back to top