开发者

Scroll to the top of a webpage and down a webpage

开发者 https://www.devze.com 2023-03-31 12:51 出处:网络
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 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

精彩评论

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