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

the onmousewheel event target on IE should be the target variable ,not document fix the content scroll event in IE

there are two main files in bower main entry: ``` pre "main": [ "jquery.slimscroll.js", "jquery.slimscroll.min.js" ] ``` some auto build tools may include these two files automatically. use "jquery.slimscroll.min.js" is...

This plugin is very useful one, it work well with all my projects. Recently i have started learning Browserify, Gulp and other tools, so i use these techniques in my...

Please refer to the following [codepen](http://codepen.io/Programm3r/pen/dpOZmG) as well as post logged on [stackoverflow](http://stackoverflow.com/questions/39610328/dropdown-menu-not-top-most)

When used on mobile the scrolling experience using slimScroll is a bit poor, as there's no inertia in the scrolling. Can be reproduced by trying the examples in a mobile...

Hi, What is status of horizontal scroll. Been waiting for long time for its release.

Hi A very conman issue I found when you resize the window on OS X, its also a conman issue in windows, solved it by adding else if ("resize" in...

SlimScroll() refresh function is not working with minified version of slimScroll plugin.In case of dynamic content, I need to call this refresh function slimScroll().For example:In my fiddle https://jsfiddle.net/surbhi_mahajan/frrmj9rw/, 1.when I...