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:
jQuery3 has deprecated bind/unbind - changed the bind/unbind to on/off
Hi, I am facing issue when I try to drag an li element from first position and wanted to place after 6th element. If I remove slimscroll plugin i can...
Nested scroll is not working with slim scroll. JsFiddel: http://jsfiddle.net/ZE8HK/40/ Please refer this http://stackoverflow.com/questions/32412032/jquery-slimscroll-issue-with-another-scrollbar-inside
Sortable item when sorted/dragged the slim scroll rail doesnot move. please give me a solution on this.. [Here](http://stackoverflow.com/questions/42082979/jquery-slim-scroll-with-jquery-ui-sortable-issue) is the question I have asked on stackoverflow
The scrollbar is initially showing even if I have not yet hovered the element or parent element. What I expect is that hover is needed for the scrollbar to show...
Supports Horizontal Scrollbars as wells jump scrolling by clicking on the scrollbar rail. (I initially planned to maintain this as a separate repo but decided otherwise)
Hi, We have form with slim scroll, but when we use the tab key to enter the data into form, slimscroll is not automatically scrolling to the focused element. Is...
I'm using the slimScroll plugin on my website, but when i click to one internal link the scroll bar doesn't move. The content moving to the right position, only the...
Hi! Very nice plugin. My issue is following: 1) initiate plugin with code ` $('.slimscroll').slimScroll({ position: 'right', height: '425px', railVisible: true, alwaysVisible: true, color: '#f00' }); ` 2) try to...
If the content-to-viewport ratio is very high then the bar should be tiny and the scroll step should be normal. However the delta formula does not consider the fact that...