请看这个链接:
Scrolling with outer div vertically and inner div horizontally but also hiding the scrollbars
对于选择器:
$('pre[class="default prettyprint prettyprinted"]')[4]
你会找到一个元素(代码部分),它有滚动条。
在js / Jquery中是否可以向下滚动到这些元素?
我知道滚动主窗口,你可以使用:
$('html, body').animate({scrollTop: $("div[name='appGrid']").offset().top}, 2000);
或类似,但如何滚动具有滚动条的内部元素?