Skip to content

Instantly share code, notes, and snippets.

@dannyfinks
Created November 22, 2016 21:37
Show Gist options
  • Save dannyfinks/25249b4ddcaafd521316829114445b91 to your computer and use it in GitHub Desktop.
Save dannyfinks/25249b4ddcaafd521316829114445b91 to your computer and use it in GitHub Desktop.
<script>
$( document ).ready(function() {
$('img[alt="Coffee Reviews"]').click(function() {
window.location.href = 'http://google.com';
return false;
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment