摘要: //回车提交 $("#password").keyup(function(event){ if(event.keyCode==13){ login_submit(); } }); 阅读全文
posted @ 2013-04-18 10:58 牧涛 阅读(152) 评论(1) 推荐(0)