Im trying to call function on Custom Search Engine search button click.
Code at the moment i try is:
<script type="text/javascript">
$(".gsc-search-button input[type=button]").click(function()
{
alert("1");
});
</script>
Doesnt work.
Site: http://akcijos.igloro.info/?q=Android
EDIT:
Found solution on post: Bind click event to 'search' button in Google Custom Search
Found solution of this on other stackoverflow post.
Reason:
Code:
Other post url: Bind click event to 'search' button in Google Custom Search