Skip to content

Instantly share code, notes, and snippets.

@qrush
Created October 29, 2008 14:31
Show Gist options
  • Save qrush/20700 to your computer and use it in GitHub Desktop.
Save qrush/20700 to your computer and use it in GitHub Desktop.
$(document).ready(function()
{
$('.polaroids .post').click(function()
{
window.location = $(this).children('a:first').attr('href');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment