回车事件
摘要:$(document).ready(function () { $("#txt_JumpPager").keydown(function (e) { var curKey = e.which; if (curKey == 13) { $("#lbtn_JumpPager").click(); return false; ...
阅读全文
posted @ 2017-07-11 15:02
posted @ 2017-07-11 15:02
posted @ 2017-07-07 11:24