我试图一起使用两个插件。
1)http://manos.malihu.gr/jquery-custom-content-scroller/
2)https://github.com/noraesae/perfect-scrollbar
我有以下代码
require('perfect-scrollbar/jquery');
$(".slide_three").perfectScrollbar();
$(".slide_three").mCustomScrollbar();
但它给了我一个错误:
app.js:3955 Uncaught TypeError: $(...).mCustomScrollbar is not a function
at Object.30.perfect-scrollbar/jquery (app.js:3955)
at s (app.js:1)
at e (app.js:1)
at app.js:1
所以,问题是 - 如何组合这两个插件,或者是否有一个插件可以在一个插件中为滚动条提供平滑的滚动选项和样式选项?