Saturday, March 9, 2013

Animate Scrolling on Page


$("#id").click(function() { 

$("html, body").animate({ scrollTop: $('#title').offset().top }, 1000);

});

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.