Skip to content

Instantly share code, notes, and snippets.

@zapnap
Created February 22, 2009 17:51
Show Gist options
  • Save zapnap/68552 to your computer and use it in GitHub Desktop.
Save zapnap/68552 to your computer and use it in GitHub Desktop.
$('ul.menu li a.album').click(function() {
$('.page').hide();
$('#pt35mm').removeClass('hidden');
$('#pt35mm')[0].sspLoadAlbum($(this).attr('id'));
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment