摘要:
/*键盘Enter事件*/ document.onkeydown = function (e) { var search = document.getElementById('DialogAddFeeItem_FeeItemSelect'); if (search == document.activ 阅读全文
摘要:
<style type="text/css"> .switch-btn { cursor: pointer; width: 45px; height: 28px; position: relative; border: 1px solid #dfdfdf; background-color: #fd 阅读全文
摘要:
if (btnsearch == document.activeElement) { var theEvent = window.event || e; //获取窗体的输入 var code = theEvent.keyCode || theEvent.which; //如果输入了回车 if (co 阅读全文