js文本框失去焦点后直接让按钮得到焦点

比如说,<formid="form1"name="form1"method="post"action=""><p>帐号:<inputtype="text"name="us... 比如说,
<form id="form1" name="form1" method="post" action="">
<p>帐号:
<input type="text" name="username" id="username" />
密码:
<input type="text" name="password" id="password" />
</p>
<p>
<input type="checkbox" name="checkbox" id="checkbox" />
记住密码</p>
<p>
<input type="checkbox" name="checkbox2" id="checkbox2" />
窗口最大化</p>
<input type="submit" name="button" id="button" value="提交" />
</form>
在输入密码后直接让按钮得到焦点,用js怎么做?
展开
 我来答
io258ij
推荐于2016-01-25 · 超过33用户采纳过TA的回答
知道答主
回答量:114
采纳率:0%
帮助的人:53.4万
展开全部
你指的是不是默认按回车,自动提交表单。
<body onkeydown="if(event.keyCode==13) document.getElementById('按钮的id').click();" >
jwqayist
2012-08-01 · TA获得超过148个赞
知道小有建树答主
回答量:172
采纳率:100%
帮助的人:148万
展开全部
jquery:
$(function(){$("#password").blur(function(){$("#button").focus();});});
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式