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 have used this method $(element).slimScroll({ scrollTo: '50px' }); to scroll to a position but the scroll bar is not updating its position. And using mouse wheel then starts the...

allowPageScroll: true doesn't work on mobile browsers. Can we solve this problem?

I have a responsive table which has 200 rows & 26 columns. With this i have applied both horizontal & vertical scroll. It works fine/smoothly with 50-60 rows & 10-12...

I have implemented slimscroll in my project. I have touch dell laptop & slimscroll works great with mouse scroll. But when i try to scroll by touch it is not...

Internal Windows scroll does not work when Slim scroll is applied on the parent div. For eg. the combobox does not work as parentScroll has slim scroll applied, let me...

Hello. How can I load Jquery on jquery.slimscroll.js using requirejs. when I try to run jquery.slimscroll.js I have the following error: Uncaught ReferenceError: jQuery is not defined. How can I...

Hey, if you hover over the slimscroll content and start to scroll not only the slimscroll content is moving but also the whole page. This feels a bit strange. The...

This works perfect in both Chrome and IE11, but in Firefox the mousewheel propagate to the body content.slimScroll({ position : 'right', height : height_content, railVisible : true, alwaysVisible : true...

The allowPageScroll option did not work correctly because percentScroll could exceed the value of 1 and would never be equal to ~~ percentScroll, limiting the value to 1 when validating...