原生JS获取元素,添加事件
2021-09-29 19:17
阅读:1227
标签:sele cto round data key tab back new ble // 获取所有input let inputAll = document.querySelectorAll(‘.table_input input‘); this.iddata = inputAll; // 向上 =38 if (item.keyCode === 38) { newIndex -= 8; if (inputAll[newIndex]) { inputAll[newIndex].focus(); } } 原生JS获取元素,添加事件标签:sele cto round data key tab back new ble 原文地址:https://www.cnblogs.com/wssdx/p/11356567.html
评论
亲,登录后才可以留言!