Questions tagged [jquery-jscrollpane]

jScrollPane is a cross-browser jQuery plugin which can be used to generate custom scrollbars on HTML block elements.

jScrollPane is a cross-browser jQuery plugin by Kelvin Luck which can be used to generate custom scrollbars on HTML block elements.

212 questions
21
votes
8 answers

How do I disable horizontal scrollbar in jScrollPane (JQuery)?

Can you guys please let me know what is the best way to disable the horiontal scroll bar? I have div with width: 100% and height :280px. When we have long continuous text (without any spaces), we are getting a horizontal scrollbar displayed. Btw I…
May
  • 211
  • 1
  • 2
  • 4
10
votes
2 answers

Speed up mouse wheel in jScrollPane (jQuery)

I have a div with a fixed height and in it a ul-list and many li-items. I apply to the div a jScrollPane for which I want to customize the appearance of the scrollbar. My code is like: $(function() { $('.myDiv').jScrollPane( { showArrows: true,…
parascus
  • 897
  • 1
  • 9
  • 13
7
votes
2 answers

jScrollPane dynamic content

i was trying to use the follow jquery plugin: http://jscrollpane.kelvinluck.com/dynamic_content.html but i'm still no success when i try to reinitialize the API I have a div (id=content) which receives the response from load() method (jquery),…
davi
  • 71
  • 1
  • 1
  • 2
6
votes
2 answers

JScrollPane not working properly with hidden content

I installed jScrollPane on my website and can't make it work. My website works as follows: from the main page, pages are loaded dynamically using jQuery's load() method. In the page I load I have the following script to launch…
Masiar
  • 16,572
  • 27
  • 88
  • 130
5
votes
2 answers

jScrollPane scrolling on element drag

I am trying to scroll by highlighting text and dragging down. Now, as you are probably aware, this is standard, default behavior for a standard overflow: auto element, however I am trying to do it with some fancy scrollbars courtesy of jQuery…
5
votes
1 answer

jQuery - jScrollPane with AJAX : mouse wheel not working

I haven't found any solution about my current problem yet: I can't make the mouse wheel work with the jScrollPane Plugin (for jQuery) on my website. For information, I use this plugin with AJAX (in the javascript file "fonctionsGenerales.js" -…
Corentin
  • 87
  • 1
  • 9
5
votes
3 answers

jScrollPane: Remove scrollbar gutter?

I'd like to have the scrollbar place over the content instead of forcing a gutter beside it. In the attached image you can see what it currently does with the red scroll bar...it creates a vertical gutter that pushes the content to the side. But…
Shpigford
  • 22,682
  • 52
  • 149
  • 235
4
votes
1 answer

jScrollPane - MouseWheel not working

I'm using jScrollPane, simply because it was the first thing on Google and I'm very tired. So, I'll start by saying that I'm not opposed to using something different. I've got a 2-column section. The right column uses the jScrollPane plugin and has…
Steve
  • 549
  • 7
  • 19
4
votes
1 answer

Custom height of the scrollbar in jScrollPane jquery plugin

I'm using the jScrollPane jQuery plugin (http://jscrollpane.kelvinluck.com) to implement custom scrollbar in my application. However, I need to be able to modify the height of the jspDrag element. It seems that the height of the element is dependent…
YD8877
  • 9,236
  • 18
  • 56
  • 89
4
votes
1 answer

jscrollpane - Change width of scroll bar handle?

How can I change the width of the scroll bar (.jspDrag) for the jscrollpane jquery plugin? If I set the width with css !important then the scroll bar does get smaller, but so does the length of the area you can drag it. Thanks
Evanss
  • 17,152
  • 66
  • 217
  • 397
4
votes
3 answers

jScrollPane Unable to scroll the content on Browsers in Windows 8 touch screen laptop

I am using jQuery jScrollPane plugin in my website, It is working fine in normal PC browsers and iPad, Android tablets.. But when I open my website on Windows 8 touch screen Laptop I am unable to scroll the page with touch gestures like in iPad or…
Raghuveer
  • 2,589
  • 3
  • 28
  • 57
4
votes
2 answers

jScrollPane setting a padding-bottom value

For layout purposes I need to place 15px space between the bottom of the scrolled contents and the bottom of the container: div class="scroll-pane". Styling the container .scroll-pane { padding-bottom:15px; } has no influence on the output. Going…
3
votes
2 answers

JScrollpane not showing

I've an issue with jscrollpane. When I load the web page, jscrollpane doesn't show but if I click one of the links of the page and then go back, jscrollpane is showing as it should. The website is www.noved.info and the jscrollpane that is not…
3
votes
1 answer

Scrolling even when mouse leaves the browser window?

An observation regarding the official jScrollPane full page scroll demo... Click and drag the large vertical scrollbar controlling the window. I've noticed the following behavior when you click+drag the scrollbar and the mouse accidentally leaves…
Michael
  • 2,424
  • 2
  • 14
  • 26
3
votes
2 answers

JQuery Jscrollpane Horizontal Scroll With inline HTML List

I would like to have a scrollpane with a html list that will only scroll horizontally. When I use the code below, my list items clear each other after a full row and the scroll pane only scrolls vertically.
Joey
  • 742
  • 9
  • 25
1
2 3
14 15