如何在现有 div 中显示 Google 自定义搜索结果?
我想将 Google 自定义搜索引擎集成到我的网站中。我有两层:
<div id="left-column"></div>
<div id="right-column"></div>
我想将搜索框放置在 左列
中,所有其他菜单链接也放置在其中,而我想将结果放置在 右列
中代码>.然而,在右栏
中,当不使用搜索时,会显示一些其他内容材料。
当输入搜索查询时,我希望结果出现在右列
中,删除显示的内容。
我
customSearchControl.draw('right-column', options);
在绘制搜索框时尝试过;但它删除了内容材料。
我怎样才能做我想做的事?
I want to integrate the Google Custom Search Engine in my website. I have two layers:
<div id="left-column"></div>
<div id="right-column"></div>
I want to place the search box in the left-column
where all other menu links are also placed, while I want to place the results in the right-column
. However, In the right-column
, some other contents materials are displayed when search is not used.
When a search query is input, I want that the results appear in the right-column
, removing the displayed contents materials.
I tried
customSearchControl.draw('right-column', options);
when the search box is drawn; but it erased the contents materials.
How may I do what I want?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论