ernasjobs

main.js

Oct 9th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.  $('.header').height($(window).height());
  3.  
  4.  $(".navbar a").click(function(){
  5.     $("body,html").animate({
  6.         scrollTop:$("#" + $(this).data('value')).offset().top
  7.     },1000)
  8.  
  9.  })
  10.  
  11. })
Advertisement
Add Comment
Please, Sign In to add comment