回车提交

//回车提交
$("#password").keyup(function(event){
if(event.keyCode==13){
login_submit();
}
});

原文地址:https://www.cnblogs.com/superjt/p/3028010.html