Skip to content

Instantly share code, notes, and snippets.

@benhuson
Created May 29, 2013 08:35
Show Gist options
  • Save benhuson/5668811 to your computer and use it in GitHub Desktop.
Save benhuson/5668811 to your computer and use it in GitHub Desktop.
JS Clickable Block
jQuery(".clickable-block").click(function(){
window.location = jQuery(this).find('a').attr('href');
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment