开发者

Scroll to the top of a webpage and down a webpage

I am trying to create a questions and answers page - Questions at the top of the page and answers at the bottom of the page but with a animated scrolling action.

I have the back to top working fine - how to I create a开发者_StackOverflow individual link to scroll to the correct answer.

Here is my current example: http://jsfiddle.net/zidski/RUXnM/1/


You could use sth like:

$('html,body').animate({scrollTop: $('#elementToScrollTo').offset().top},'slow');
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜