回车登录

document.onkeydown = function (e) {
if (e.keyCode == 13)
{
$("#login").click();
}
}

posted on 2015-02-19 20:27  木屐  阅读(83)  评论(0编辑  收藏  举报

导航