Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 20, 2014 17:54
Show Gist options
  • Select an option

  • Save DeanPoulin/8525246 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8525246 to your computer and use it in GitHub Desktop.
Togglable Tabs
$('#myTab a').click(function (e) {
e.preventDefault();
$(this).tab('show');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment