【发布时间】:2017-01-28 22:10:07
【问题描述】:
我正在为自己创建一个主页,其中包含我喜欢的网站等。它还包括页面中间的谷歌搜索栏。
<form id="googleSearch" method="get" action="https://www.google.com/search">
<input id="googleSearchBar" type="text" name="q" size="31" value="">
</form>
有什么方法可以将 Google 的自动完成功能添加到此搜索栏?
【问题讨论】:
标签: javascript jquery html css