Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created February 23, 2012 20:38
Show Gist options
  • Save gotoplanb/1894934 to your computer and use it in GitHub Desktop.
Save gotoplanb/1894934 to your computer and use it in GitHub Desktop.
tabby = window.location.hash;
tabby = '#tab-' + tabby.slice(1);
$(tabby).addClass('selected');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment