标签: jquery scrollbar
我正在使用custom-scrollbar-plugin
因为我需要选择没有滚动的当前概念(例如,在可见区域之下)
如何在没有滚动条移动的情况下设置焦点?我需要将滚动条保留在原始位置。
这是我的jquery代码
$(".content_1").mCustomScrollbar({ theme:"dark", advanced:{ autoScrollOnFocus: true, updateOnContentResize: true } });