I am using Bootstrap 3 Tabs like this:
I'm using this:
// scroll to top action $('.nav-tabs li a').on('click', function(event) { event.preventDefault(); $('html, body').animate({scrollTop:0}, 'fast'); $(this).tab('show'); });