javascript - 在input输入关键字,在手机键盘上搜索,怎么做到?
伊谢尔伦
伊谢尔伦 2017-04-11 11:14:33
0
3
494

在像淘宝这种在移动访问天猫,在搜索栏中输入关键字,如果不用form,js可以监听输入法上的按键吗?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

Antworte allen(3)
PHPzhong

两步:
1.<input type="search">
2.input放在form里面

大家讲道理

你想要抓取键盘上的 go、搜索 事件。

<form method="post" id="form" action="#">
    <input type="text">
</form>
form.onsubmit = function() {
    // your code        
    return false;
};
Peter_Zhu


http://www.css88.com/jqapi-1.9/
详细请看手册demo

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage