<form action="checkLogin.do" class="login-form" method="post" />
</div>
</div>

</form>

 

 

<div class="form-actions">
<label class="checkbox" style="position:relative;left:20px;">
<input type="checkbox" name="remember" value="1"/> <span data-i18n="system.login.SavePwd">记住密码</span> </label>
<button class="btn blue pull-right col-md-3" style="margin-top:30px; " >
重置
</button>
</div>

$(document).ready(function(){
$(document).keydown(function(event){
if(event.keyCode==13){
$("#btnLogin").click();
}
});
});

 

相关文章:

  • 2022-12-23
  • 2022-02-12
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-05-25
猜你喜欢
  • 2021-12-22
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-06-07
  • 2021-07-21
相关资源
相似解决方案