Forum Moderators: open

Message Too Old, No Replies

How to work jScrollpane inside modal?

         

toplisek

11:48 am on Jan 28, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have tested code but it does not work.
How to solve jScrollpane to work when event occurs showing ONLY X scroll:
$(function()
{
$('.modal').on('shown.bs.modal', function (event, scrollPositionX, isAtTop, isAtBottom)
{
$('.scroll-pane').jScrollPane();
console.log('Handle jsp-scroll-x', this,
'scrollPositionX=', scrollPositionX,
'isAtLeft=', isAtLeft,
'isAtRight=', isAtRight);
}
);
}
);
Source: jscrollpane

toplisek

1:03 pm on Feb 4, 2015 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is it possible to help...