html 自定义goog搜索
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 自定义goog搜索相关的知识,希望对你有一定的参考价值。
jQ171(function ($) {
$('#custom-search-button').on('click', function () {
window.location.href = '/SearchResults.aspx?s=' + $('#custom-search-field').val();
return false;
})
$('#custom-search-field').on('keydown', function(e) {
if (e.which == 13) {
window.location.href = '/SearchResults.aspx?s=' + $('#custom-search-field').val();
return false;
}
});
});
<div class="custom-search-panel">
<input type="text" id="custom-search-field" placeholder="What are you looking for?" />
<button type="button" id="custom-search-button">Search</button>
</div>
以上是关于html 自定义goog搜索的主要内容,如果未能解决你的问题,请参考以下文章
谷歌钱包应用内付款:未捕获的 ReferenceError:未定义 goog。 google.payments 与 goog.payments
markdown 回答公众:Googe搜索
Drupal 自定义 HTML 搜索表单
IOS自定义搜索框
html 自定义搜索
html 即时Google自定义搜索引擎