Skip to content

Instantly share code, notes, and snippets.

@gugote
Created June 6, 2013 23:08
Show Gist options
  • Save gugote/5725738 to your computer and use it in GitHub Desktop.
Save gugote/5725738 to your computer and use it in GitHub Desktop.
$('a.wizardLink').click(function(){
var block = $(this).attr('id');
alert(block+'block');
$(block+'block').show('slow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment