$(document).ready(function(){
$('.jp-playlist ul').scrollbar();
});
i've tried three jQuery scrollbar plugins to try and style the jPlayer playlist scrollbar:
- https://github.com/thomd/jquery-scroll
- http://jscrollpane.kelvinluck.com/
- http://www.class.pm/2012/jquery-uscrollbar-plugin/
they all share a common structure of including references to the plugin script and css in the head of the document and then target the div or class you want the styling applied to with something like:
<script type="text/javascript"> $('.scrollbar').scrollbar(); </script>i'm just wondering if anyone else has had any success with styling the playlist scrollbar in jPlayer and if so what plugin or approach they used?
i use firebug's 'copy css path' feature to make sure that i am targeting exactly the right div and class ie:
.jp-playlist ulas well as the 'full' css paths, but none of the plugins i have tried so far have worked ie there has been no styling applied.
any help appreciated.
thank you.