Skip to content

Instantly share code, notes, and snippets.

@gerad
Created October 17, 2010 15:47
Show Gist options
  • Save gerad/630955 to your computer and use it in GitHub Desktop.
Save gerad/630955 to your computer and use it in GitHub Desktop.
$(function() {
$(window).hashchange(function() {
var tab = window.location.hash.replace(/^#/, '') || initial;
switchTabs(tab);
}).hashchange(); // trigger on page load
});
@mkid6321
Copy link

sfdf

@mkid6321
Copy link

ssss

@mkid6321
Copy link

ffffff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment