jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:

Results 104 jQuery-slimScroll issues
Sort by recently updated
recently updated
newest added

返回到顶部时,数据滚动到原始了,但是滚动条没有滚动到初始位置,再次滚动滚动条,数据还原到刚才滚动的地方

I am new using slimScroll and would greatly appreciate any suggestion on the above problem. As soon as I insert iframe between the recommended div as shown below, mouse scrolling...

I get the error when I drag the scrollbar. I looked into it a bit, here's the problem: ``` if (o.railDraggable){ bar.bind("mousedown", function(e) { var $doc = $(document); isDragg =...

I had the following problem: My menu on the left side is a Slimscroll-Div. When on a desktop the mouse is moved inside this menu and then a submenu is...

Fixed bottom firing bug. Problem was on not equality of `percentScroll` and `~~percentScroll`. The `percentScroll` on the bottom was little bit larger than 1 (actually it was always smth about...

I'm creating slimScroll structure dynamically as well as calling the initialization. I've been able to reproduce the problem in a jsfiddle with a timeout so you can have time to...

I have a div in which the comments are updated dynamically. I was reading on the tutorial site comments that this had been looked at about a year ago. It...

fixes https://github.com/rochal/jQuery-slimScroll/issues/267 please merge so we can use our build systems with bower

Hi, first of all I would like to thank you for this great work. I hope that you add this new feature, when I select text inside container div it...

Currently keyboard events ↑ / ↓ and PageUp / PageDown are not handled, which is an accessibility issue