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
0
votes
2 answers

Scrollbars do not show on iPad

I am Using jQuery 1.8.1 amd jScrollPane v2.0.0beta12. The scrollbars look fine on a desktop browser, but they do not get included on the iPad at all. By inspecting the DOM (using Adobe Shadow), I can see, that the div elements of these sliders do…
hm.
  • 166
  • 9
0
votes
1 answer

applying jScrollPane to a div appended with ajax

I have a tabbed widget that shows three separate loops. Under the third tabbed section which is hidden by default, I show a search that gives ajax results. My problem is that I can't figure how to apply jScrollPane to the container div of the…
Pollux Khafra
  • 862
  • 5
  • 17
  • 32
0
votes
1 answer

jScrollPane doesn't initialize properly due to wrong width and height

Please look at this page. I'm struggling several hours to understand what is wrong. But without success. Click on firm history. The text should be scrollable. There is enough text to be…
Tigran Tokmajyan
  • 1,937
  • 7
  • 25
  • 36
0
votes
2 answers

jscrollpane won't reinitialise after ajax call

I have been experimenting with jscrollpane. I'm trying to add some ajax content to the pane and have got it rendering content, but the reinitialisation fails for some reason. I believe I'm following what's explained here, but perhaps I'm having…
1252748
  • 14,597
  • 32
  • 109
  • 229
0
votes
1 answer

cannot get jscrollpane api for dynamic size to work

I have been experimenting with jscrollpane to add custom scrollbars to some content. The data is being pulled in via ajax and the jscrollpane api works nicely for that. But I'm trying to make the scrollpane have a height that is always, say, 70% of…
1252748
  • 14,597
  • 32
  • 109
  • 229
0
votes
1 answer

Issues with applying scrollTo or scrollToX with jscrollpane - doesn't scroll to x co-ordinates

I have a horizontal scrolling site that I would like some links in the navigation to control the x co-ordinates and so the relevant piece of work will scroll to a set position. I have made it work just using anchors but the trouble is the anchor…
kas
  • 73
  • 2
  • 14
0
votes
1 answer

jScrollPane scrollToElement stickToMiddle

So, jScrollPane is awesome. Very awesome. It has a whole ton of options and API calls one could make to customize the hell out of it. I'm currently using it to scroll some content on my page and would like to use scrollToElement to position my…
spez86
  • 732
  • 1
  • 11
  • 24
0
votes
1 answer

JScrollpanel in Fancybox not working correctly

im using fancybox from: http://fancyapps.com/fancybox/ And the scroll pane is not working correctly and just wondered if im doing something wrong below with the code. its added the pane in but not the scrollbar its self so im asusming needs to fire…
James Brandon
  • 1,350
  • 3
  • 16
  • 43
0
votes
4 answers

onclick change plugin settings

Here are the settings: $(function() { $('.info').jScrollPane( {showArrows: true, hijackInternalLinks: true, animateScroll: true} ); }); The problem is the animateScroll: true conflicting with the arrows but I need that for my…
uriah
  • 2,485
  • 5
  • 28
  • 40
0
votes
1 answer

jScrollPane on image filled content

On my website: www.industria.be/verkiezingen/infinity/www/ I made a content pane in the middle of the screen. I'm calling in jScrollPane to handle the intented overflow. This works smooth on the home/team and calendar page, however the sponsorpage…
0
votes
1 answer

How to resize ScrollPane - the code I resizes down but not up. Any Suggestions?

Even after my jquery code was kindly cleaned up by sunn0 the scrollpane was not reinitialising properly when the screen grew bigger. finally solved it today and turns out it is how i ordered by css/html I had ...
kas
  • 73
  • 2
  • 14
0
votes
2 answers

JScrollPane is not displaying when hide and shown

Please check this code: http://jsfiddle.net/rkumarnirmal/Rq7b2/2/ What I'm doing is I'm showing some text. If the text is clicked then the list will be displayed with Jscrollpane. But here the list is shown and the jscrollpane is not displayed. What…
rnk
  • 2,174
  • 4
  • 35
  • 57
0
votes
1 answer

jScrollPane is not working

I'm using jQuery jscrollpane plugin http://jscrollpane.kelvinluck.com/ to set some feature in my application. The question is it doesn't show the jscrollpane at all. HTML:

rnk
  • 2,174
  • 4
  • 35
  • 57
-1
votes
1 answer

JavaScript jScrollPane not initializing correctly, not showing up in DOM tree fully

I'm trying to initialize a jScrollPane in a jQuery widget. Mainly because i need to style the scrollbar for Firefox. The problem is that its not initializing correctly. The code is exactly the same as in another widget we use. In there everything…
Kars
  • 845
  • 1
  • 14
  • 33
-1
votes
1 answer

jScrollPane not working when contents are loaded by .load()

I am trying to use jScrollPane on a UL which contents are loaded dynamically using a .load(), however the jScrollPane is not showing at all ..
  • .