摘要:
document.onkeydown = function (event) { e = event ? event : (window.event ? window.event : null); if (e.keyCode == 13) { var actId = $("input:focus").attr("id"); //执行的方法 if (actId == "putaddress") { getLocAddress(); } } } 阅读全文
posted @ 2011-11-14 15:29
卡莱
阅读(148)
评论(0)
推荐(0)
浙公网安备 33010602011771号