Missing scroll bars...
Missing scroll bars...
Hello...
I am taking a look at .jscrollpane.js and would like to have 3 scrolling div's on my page.
I have 1 correctly styled scroll bar in the first, but not in the second 2.
Do I need to adjust this line of code...
$('.historyScrollTableBodyContainerA').jScrollPane({showArrows: true});
....???
I thought it would be something like...
$('.historyScrollTableBodyContainerA,.historyScrollTableBodyContainerB,.historyScrollTableBodyContainerC'').jScrollPane({showArrows: true});
....but that didn't work....the default scroll bars went all together!
Thanks.