We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
利用jquery的$(document).keyup(function(event){})当event.keyCode==13时,表示按下回车事件,这是进行ajax进行钱后台交互
The text was updated successfully, but these errors were encountered:
封装一个登录函数,body标签里添加onkeydown = "function()", 方法里判断当event.keyCode==13时,调用登录函数
Sorry, something went wrong.
使用jQuery onkeydown键起 判断键入的是否是 13 当时13时 调用该按钮的函数 var code=theEvent.keyCode||theEvent.which; if(code==13){ $("#login2").click(); }
No branches or pull requests
利用jquery的$(document).keyup(function(event){})当event.keyCode==13时,表示按下回车事件,这是进行ajax进行钱后台交互
The text was updated successfully, but these errors were encountered: