Guest User

Untitled

a guest
Feb 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $("a[href*=\#]:not([id=\#pills-home-tab])").on("click", function (e) {
  2. var anchor = $(this);
  3. $('html, body').stop().animate({
  4. scrollTop: $(anchor.attr('href')).offset().top
  5. }, 777);
  6. e.preventDefault();
  7. return false;
  8. });
  9.  
  10. <a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home" aria-selected="true">Материалы</a>
Add Comment
Please, Sign In to add comment