Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function(){
- $('.header').height($(window).height());
- $(".navbar a").click(function(){
- $("body,html").animate({
- scrollTop:$("#" + $(this).data('value')).offset().top
- },1000)
- })
- })
Advertisement
Add Comment
Please, Sign In to add comment