为了账号安全,请及时绑定邮箱和手机立即绑定

这是什么原理

这是什么原理

erutdioup8556 2016-09-21 11:17:02
// $('.inputw').on('keyup', function(event) { // if($(this).val() != '') { // // 如果不为空 // $(this).next('input').focus(); // } // }); // $('.inputw').on('keydown', function(event) {// var evt = event || window.event;// if(this.value == "" && evt.keyCode == 8) {// // 如果为空且按下退回键// $(this).prev('input').focus();// }// });
查看完整描述

1 回答

?
bwin

TA贡献4条经验 获得超0个赞

如果当前input 不为空 并且有keyup事件 则下一个input获得焦点

如果当前 input 为空且按下退回键  则上一个input获得焦点


查看完整回答
反对 回复 2016-09-21
  • 1 回答
  • 0 关注
  • 1204 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信