http://stackoverflow.com/questions/6677035/jquery-scroll-to-element
$('html, body').animate({ scrollTop: $("#elementtoScrollToID").offset().top }, 2000);
$('html, body').animate({ scrollTop: $("#elementtoScrollToID").offset().top }, 2000);
No comments:
Post a Comment