我有以下输入字段的表单。当我点击第一个文本框时,焦点转移到下一个文本框。我在phonegap中使用此代码并在iphone(ios 5)上运行。请帮助我...
<form id="createAccount" name="regForm">
<input type="text" name="first_name" id="fname" placeholder="First Name" style="height:40px;" >
<input type="text" name="last_name" id="lname" placeholder="Last Name" style="height:40px;">
<input type="email" name="email" id="email" placeholder="Email" style="height:40px;">
<input type="password" name="password" id="RegPassword" placeholder="Password" style="height:40px;">
</form>
答案 0 :(得分:0)
首先尝试删除错误的内部表单,然后在每个输入上添加tabindex。 而且,你使用任何lib? (jquery的...?)