JScrollPane(Jquery插件)在我的站点中不起作用

JScrollPane(Jquery插件)在我的站点中不起作用,jquery,jquery-jscrollpane,Jquery,Jquery Jscrollpane,我无法使用JscrollPane,在我的类(product-description\r)中,我看不到自定义滚动条。。。有什么建议吗 我必须包括 js: css: 最重要的是: <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('.product-description_r').jScrollPane(); }); &

我无法使用JscrollPane,在我的类(product-description\r)中,我看不到自定义滚动条。。。有什么建议吗

我必须包括

js:

css:

最重要的是:

<script type="text/javascript">
       jQuery(document).ready(function(){           
            jQuery('.product-description_r').jScrollPane(); 
   });
</script>

jQuery(文档).ready(函数(){
jQuery('.product-description_r').jScrollPane();
});
我的代码在这里: