2015-01-10 239 views
1

我无法尝试让我的搜索工作。我想只让我的搜索文本框搜索谷歌,然后去谷歌搜索显示。我根本不需要它来搜索我的网站。只需要使用我的搜索框从我的网站搜索谷歌。我不熟悉使用自定义搜索,所以请告诉我我做错了什么。Bootstrap自定义搜索Google搜索

<form class="navbar-form pull-left searchBarFix"> 
    <input type="text" data-provider="https://www.google.com" class="form-control" placeholder="Search Our Games..." autocomplete="on" id="searchInput"> 
    <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button> 
</form> 

回答