我正在尝试将焦点放在 jQuery mobile 中的文本框上。但它不起作用。这是我的代码
<script type="text/javascript">
function FocusOnInput()
{
document.getElementById("username").focus();
}
</script>
这是我的文本框。
<input name="username" id="textinput5" type="text">