我试图在自定义搜索引擎搜索按钮单击时调用函数。
我现在尝试的代码是:
<script type="text/javascript">
$(".gsc-search-button input[type=button]").click(function()
{
alert("1");
});
</script>
不工作。
网站:http ://akcijos.igloro.info/?q=Android
编辑:
在帖子中找到解决方案:将点击事件绑定到 Google 自定义搜索中的“搜索”按钮