javascript 滚动 div 的按钮
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6239488/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-25 20:01:07 来源:igfitidea点击:
Buttons to scroll a div
提问by Chaim
I am trying to make a div scroll up or down when I mouseover an up or down arrow button. Does anyone know a plugin (jquery is ok) that will do this?
当我将鼠标悬停在向上或向下箭头按钮上时,我试图使 div 向上或向下滚动。有谁知道可以做到这一点的插件(jquery 可以)?
采纳答案by 8bitme
Have a look at this questionthey seem to be trying to implement the same sort of functionality.
看看这个问题,他们似乎试图实现同样的功能。