欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

回车键监听

程序员文章站 2022-07-07 19:29:41
...
<input type="text" autocomplete="off" class="form-control" id="keywords" placeholder="xxx" onkeydown="if(event.keyCode==13){searchCoupon();return false;}">

测试得
注意要返回false 不然页面会刷新