manthezan
9/17/2018 - 2:25 PM

bootstrap jump to tab



        $('.nav-tabs a').click(function (e) {
            $(this).tab('show');
            window.location.hash = this.hash;
            $("html, body").delay(1000).animate({scrollTop: $(hash).offset().top }, 2000);
        });