【发布时间】:2012-10-01 21:41:30
【问题描述】:
我试图在自定义搜索引擎搜索按钮点击时调用函数。
我现在尝试的代码是:
<script type="text/javascript">
$(".gsc-search-button input[type=button]").click(function()
{
alert("1");
});
</script>
没有用。
网站:http://akcijos.igloro.info/?q=Android
编辑:
在帖子中找到解决方案:Bind click event to 'search' button in Google Custom Search
【问题讨论】: