js实现同一个页面,多个enter事件绑定的示例
程序员文章站
2022-06-11 15:58:10
困得不行了 ,脑袋转不动了,大家直接拿代码用吧。。。
document.onkeydown = function(e) {
var ev = (typeof...
困得不行了 ,脑袋转不动了,大家直接拿代码用吧。。。
document.onkeydown = function(e) { var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keycode == 13 && document.activeelement.id == "") {//activeelement活动事件,该事件只可以使用于输入域中 console.log("内容111:" + document.activeelement.value); }else if(ev.keycode==13&& document.activeelement.id==''){ console.log("内容222:" + document.activeelement.value); } };
以上这篇js实现同一个页面,多个enter事件绑定的示例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
上一篇: js获取选中日期的当周的周一和周日
下一篇: cad怎么画钢琴平面图?