/ Published in: jQuery
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- HTML --> <input class="scrollTrigger" type="button" value="Scroll" /> //JavaScript $('.scrollTrigger').click(function(){ $('html, body').animate({ scrollTop: $(".ScrollTarget").offset().top }, 2000); });
URL: http://blog.freelancer-id.com/index.php/2009/03/26/scroll-window-smoothly-in-jquery
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)