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:
Fixes accessibility issue **`#191`** Added two new options `tabIndex` and `pageScrollThreshold` - **`tabIndex`**: Adds tabindex attribute with the value provided default is 0, tabIndex are necessary for keyboard navigation -...
I have used the datatable library to render the users on the page( like https://www.facebook.com/messages/t/) I have also set the height to 485px in the datatable. Default scrollbar will be...
It don't support with weback, just because the variables in the code is global object.
Webpack compatibility! A lot of projects uses jquery and must share the same instance of jquery.
I want to know if there is an option that let me detect if the user is scrolling to top or scrolling down ?
not sure why... the top event is firing as expected. I'm using the latest version of jQuery 3.1.1 my page has a fixed top menu using the Bootstrap 3.3.x Fixed...
Hi, This pull request is for two items as I'm unable to create topic branches using the website and I have no client available. README.md update includes all the documentation...
how can i find the scrolling position? when it reached eg 500px, i want to scroll top
If anyone has encountered this issue, I've fixed it. On line 329, replace ```js if (e.preventDefault && !releaseScroll) { e.preventDefault(); } ``` with ```js if (e.preventDefault && !releaseScroll) { e.target.blur();...
i am trying to have infinite scrolling using slimscroll event. i have enabled div with slimscroll plugin and i have set height(1000px) of slimscroll div. after setting height slimscroll bottom...