jScrollPane
jScrollPane copied to clipboard
Pretty, customisable, cross browser replacement scrollbars
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Recently, I was moving some code from a legacy static files to webpack, and I noticed something curious: When using webpack to import jScrollPane, I wasn't seeing it in `$.fn`...
Unknown error in original version at line 422 jquery.jscrollpane.js jquery.jscrollpane.min.js - works fine
Good morning all, I don't know if it's me but I noticed some pretty weird behavior, when I fetch the data via ajax and I made a plugin call: $...
If we put a text input on the bottom of a long table and when focusing on it, the scroll bar will be automatically scrolled to the top of the...
Please advice me how to import jScrollPane from node-modules? I try to do: window.$ = window.jQuery = require('jquery'); import '../node_modules/jscrollpane/script/mwheelintent'; import '../node_modules/jscrollpane/script/jquery.mousewheel'; import '../node_modules/jscrollpane/script/jquery.jscrollpane'; $('.my-block').jScrollPane(); I have a mistake: Uncaught...
Scrollpane is jumping to bottom if opening a select2 from anywhere on the page, then if trying to scroll any scrollpane object it's jumping to bottom. I fixed this temporarily...
When using the settings `alwaysShowVScroll: true` and `stickToBottom: true` and the content is dynamically loaded, I would expect it to remain stuck at bottom when the height of the content...