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

Firstly I'd like to say that I think this plugin is excellent and, of the many plugins out there designed for this purpose, this is the one I've found the...

hi thanx for nice work. i have a problem: click on rail not worked. when user clicked on rail, scroll must go to this position, but this not worked.

When I destroy a slimscroll using {destroy: true}, I am unable to use the mouse wheel to scroll the whole page, while I am hovered over my once slimscrolled div.

Refresh page, may appear isOverPanel undefined, slimScroll cannot be used,setting isOverPanel = true where create isOverPanel can resolve this issure

I would like to be able to print all the content of a slimscroll when I try to print with the browser

Why did we change the logic for getting o.height from > o.height = (options.height == 'auto') ? me.parent().height() : options.height; to > o.height = (o.height == 'auto') ? me.parent().height() :...

I've implemented smooth scrolling via jQuery animation and created an example page for it.

… (with other elements between current scroll element and its parent) it would be useful to integrate this new option to manage more complex layout. Here is my case ```...

hi i have a weird bug/issue we use version 1.3.8 the scroll plugin works great on production, however after builded , the scroll does not appear also the genarated div...