3 lines
No EOL
57 B
JavaScript
3 lines
No EOL
57 B
JavaScript
$(window).load(function(){
|
|
$("#username").focus();
|
|
}) |