jQuery-slimScroll
jQuery-slimScroll copied to clipboard
small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:
Hi, Thanks for the great plugin! It would be nice to have an API method that would scroll to either pixel position or element inside scrollable area: ``` js $(scrolledArea).slimScroll().scrollTo($('#el'));...
hi, when i inspect the browser slimScrollDiv is working otherwise it is not visible please guide me to solve to this one Thanks
need this plugin to support to horizontall scroll..
This project has been abandoned since 2016 and has no launch. I think that there must already be some alternative with pure javascript and pure css.
Fixes #154 #84 --- This change is [](https://reviewable.io/reviews/rochal/jquery-slimscroll/227)
Hi, Great work on slim scroll. Support for mobile devices is good, somehow, can you add a scroll momentum when it's swiped? It pause/hault immediately, this will be good for...
> [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 Chrome output above violation message...
Does the plugins has this event, once I scroll the div it can capture this behaiver?
Hello - I'm new to github, so a) I apologize if I'm going about this wrong (feel free to berate me) and b) I hope this is in some way...
Added params: Name | Type | Default value ------------ | ------------- | ------------- horizontal | boolean | false railClassH | string | "*slimScrollRailHor*" barClassH | string | "*slimScrollBarHor*"