【发布时间】:2014-01-15 23:25:39
【问题描述】:
我使用了这个插件 https://github.com/noraesae/perfect-scrollbar 并且有 minScrollbarLength 但我想设置 maxScrollbarLength 但我的编程能力很低,我不知道在哪里可以更改此选项,所以我寻求帮助。
我在索引中的代码
<script>
jQuery(document).ready(function ($) {
"use strict";
$('#Default').perfectScrollbar({
suppressScrollY: true,
useBothWheelAxes: true,
minScrollbarLength: 300,
//and here i wana set maxScrollbarLength
});
$( ".ps-scrollbar-x" ).append( "<p>Drag This</p>" );
});
</script>
【问题讨论】:
标签: scroll scrollbar perfect-scrollbar