Skip to content

Instantly share code, notes, and snippets.

@snowbob
Created July 12, 2018 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snowbob/4d7615ad6810c8cdd7f94dd67f6890b3 to your computer and use it in GitHub Desktop.
Save snowbob/4d7615ad6810c8cdd7f94dd67f6890b3 to your computer and use it in GitHub Desktop.
$('a[data-toggle="tab"]').on('shown.bs.tab', function(e){
var currentTab = $(e.target).text(); // get current tab
var LastTab = $(e.relatedTarget).attr("href"); // get last tab
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment