我正在尝试关注我的登录屏幕中的用户名输入,以便更容易访问登录,目前我的jquery看起来像这样
$(document).ready(function() { $('#Username').focus(); });
但这不起作用……任何想法?