1

我正在将我的网站更改为 ajax + pushstate 技术,但遇到了一些问题。

我已经设法修复了 twitter、facebook 和 google+ 按钮,但我找不到重新加载 google 自定义搜索框的功能。

这是我现在正在使用的代码:

<script>
(function() {
var cx = 'google_search_id';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = false;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
    '//www.google.com.br/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
4

0 回答 0