jquery提交按钮回车(enter)事件jquery提交按钮回车(enter)事件,谢谢,请代码[解决办法]$(document).keydown(function (e) { if (e.which == 13) { $("#btnLogin").click(); }});