Hello jquery Family,
i try to use the "jQuery custom content scroller" from "
Manos Malihu" in the "
Highslide Thumbnail Viewer".
The nice Scrollbar i can see but it will not scroll the Content inside my DIV.
I use the document ready function for that like this one:
- (function($){
$(document).ready(function(){
$(“.hs_kate”).mCustomScrollbar({
scrollButtons:{
enable:true
},
theme:”light-thin”
});
});
})(jQuery);
How can i bring the Scrollbar to life?
Chabatta