In mCustomScrollbar, I want to place the scroller at the right end of horizontal position by default, so I tried this:
$('.content').mCustomScrollbar("scrollTo",'last', {horizontalScroll: true});
Which did not work. The following works, but does not move the scrollbar to the right position:
$('.content').mCustomScrollbar({horizontalScroll: true});
What should I do to make the horizontal scroll appear at right by default?
Try the below
Check this link to download http://www.4shared.com/document/KxCFmv7E/jquerymCustomScrollbarconcatmi.html