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.

210 questions
2
votes
2 answers

Div not showing scrollbars with jScrollPane

Apologies if this question has already been asked, but I'm struggling to find an answer on SO. I'm using jQuery jScrollPane on a div. I can tell the plugin has been linked correctly as the standard browser scroll bar is removed, but no jScrollPane…
Curtis
  • 101,612
  • 66
  • 270
  • 352
2
votes
0 answers

jScrollPane snap to grid / div

I was wondering if there is a way you can have like a snap to grid /div with the fullbrowser scroll bar jscrollpane.. so lets say i have: 10 divs and jsrollpane (full browser scroll) i want my scroller to snap on to one of those divs depending on…
aeon
  • 21
  • 2
2
votes
1 answer

Use jScrollPane JQuery plugin with RequireJS

Currently JQuery is working fine with RequireJS. I now tried to use the jScrollPane plugin for JQuery. This plugin depends on the mousewheel plugin, so both have to be loaded. Since both plugins support AMD this shouldn't be a big problem. I tried…
m-rm
  • 340
  • 2
  • 17
2
votes
1 answer

Jquery,JavaScript, vb net Fixed in y and scrollable in x Header

I am developping an ASP .NET application in vb with Master pages and ContentPages. I need to have a fixed top header but to be able to scroll sideways on the x-axis I have found a solution to my problem here Solution i'd like having without the red…
Lethal420
  • 73
  • 1
  • 12
2
votes
2 answers

Nesting Custom Directive with ng-repeat

i'm a newcomer with AngularJS, i'm trying to create a custom directive that applies jQuery JScrollPane (JScrollpane.kelvinluck.com) to a div. i have the following html code: ------> WRONG
-----> RIGHT
2
votes
1 answer

jScrollPane cutting off bottom of scrollbar

you can see the code here. jQuery: $(document).ready(function(){ $('#scroll').jScrollPane({showArrows: true}); }); CSS: #scroll { width: 50%; height: 200px; } .jspTrack { background-color: lightgreen; border: 1px solid…
Joe Pigott
  • 7,981
  • 6
  • 31
  • 43
2
votes
1 answer

jScrollPane cutting off bottom of content

I'm using jScrollPane on a site I'm developing, and on all of the divs that use jScrollPane, the bottom of the div is hidden. You can see the problem here or here. It seems to me that the problem must be that my .page-scroll div is too tall, but…
Morgan Kay
  • 208
  • 2
  • 3
  • 18
2
votes
0 answers

how to disable page scroll in jscrollpane bar on mouse wheel move

Can any body tell me how to disable page scroll in jscrollpane bar on mouse wheel move. I just want that only a when there is a focus on div using jscrollpane bar using mouse wheel move when scroll ends in the jscrollpane div then page scroll…
2
votes
0 answers

JScrollPane (Jquery plugin) not working in my site

I cannot to use JscrollPane, in my class (product-description_r) I can't see my custom scrollbar... any sugegsts? I have include…
2
votes
1 answer

Jquery Jscrollpane not reinitialising properly - bottom part truncated with slideToggle

I have created a mockup of the error: Example Please ignore the beauty of this page! If you scroll down to the bottom result: "28. Diamond House" and click on "More Details", the hidden tab structure appears giving more details about the venue. You…
jagku
  • 309
  • 3
  • 14
2
votes
0 answers

Printing the full content of a div when using jScrollPane jQuery plugin

We are using jQuery jScrollPane plugin v2.0. When a page is printed only the content visible inside a scrollable area are printed. We would like to get the entire page content printed instead of only the visible content. Is there a CSS way to do…
manish
  • 19,695
  • 5
  • 67
  • 91
1
vote
0 answers

jscrollPane Margin issue

I am using jScrollPane plugin along with jquery Portlets. the issue that i am facing is the empty space that is inserted after I add jScrollPane plugin to my Portlet's. I have tried setting 'jspPane' margin to 0 and many other things,but nothing…
1
vote
1 answer

jscrollPane autoReinitialise not working for horizontal scroller

I am having some problems to reinitialise the horizonal jScrollPane. When the page loads 4 images are loaded dynamically, and when the user scrolls in the panel the next 4 images should be displayed, this doesnt happen, the next images are there…
MariaZ
  • 1,677
  • 9
  • 25
  • 41
1
vote
1 answer

Code to disable vertical scroll bar in jScroll Pane

Have seen that this piece of code could solve my problems but I don't know how or where to apply it to make it work correctly JScrollPane.setVerticalScrollBarPolicy(VERTICAL_SCROLLBAR_NEVER);
kas
  • 73
  • 2
  • 14
1
vote
1 answer

Disable jScrollPanel veritcal scrollbar that appears in safari, chrome and opera but doesn't in Firefox

I have just recently upgrade my site to use the new jScrollPane v2. I have managed to customize it how I want it but today I was trying to add in a new feature between the photos which is a panel that on mouse over slides open to reveal text and on…
kas
  • 73
  • 2
  • 14
1 2
3
13 14