jQuery – Focus the first field
To focus the first field on your page, just use:
$("input:text:visible:first").focus();
Publicités
Il n'y a pas de questions bêtes
To focus the first field on your page, just use:
$("input:text:visible:first").focus();