2018年9月19日
摘要: /*键盘Enter事件*/ document.onkeydown = function (e) { var search = document.getElementById('DialogAddFeeItem_FeeItemSelect'); if (search == document.activ 阅读全文
posted @ 2018-09-19 14:28 Smile向前 阅读(201) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> .switch-btn { cursor: pointer; width: 45px; height: 28px; position: relative; border: 1px solid #dfdfdf; background-color: #fd 阅读全文
posted @ 2018-09-19 14:25 Smile向前 阅读(1905) 评论(0) 推荐(0) 编辑
摘要: if (btnsearch == document.activeElement) { var theEvent = window.event || e; //获取窗体的输入 var code = theEvent.keyCode || theEvent.which; //如果输入了回车 if (co 阅读全文
posted @ 2018-09-19 14:22 Smile向前 阅读(370) 评论(0) 推荐(0) 编辑