jScrollPane is a cross-browser jQuery plugin by [Kelvin Luck](http://www.kelvinluck.com) which can be used to generate custom scrollbars on HTML block elements.
0
votes
0answers
3 views
JScrollPane touch scrolling doesn't work in IE10/Surface
I've tried searching for this but it doesn't appear to be a known issue.
Finger scrolling doesn't appear to work in IE10, even on the main jscrollpane site: http://jscrollpane.kelvinluck.com/
Demos: ...
0
votes
1answer
25 views
Custom scrollbar jScrollPane appears twice in iframe
I have a problem with a custom scrollbar appearing twice in an iframe.
The scrollbar looks OK in IE, but not in Chrome, Firefox and Safari.
Here you can have a look to the page:
...
0
votes
1answer
28 views
IE generates spurious mouse click event for absolute-positioned div when dragging child element
In the jsFiddle below, click the link 'Click to show menu' to display an absolute-positioned div with a jScrollPane attached. Start dragging the scrollbar thumb but allow the mouse to wander a little ...
0
votes
1answer
24 views
jscrollbar doesn't show when calling a hidden div
I have content in a hidden div that contains a list box with a vertical scroll bar. When a link is clicked the div becomes visible along with the list box and the default scroll bar.
The challenge is ...
0
votes
1answer
24 views
JScrollPane causing HTML5 Audio to auto-pause
Facing a weird issue when using JScrollPane (http://jscrollpane.kelvinluck.com/index.html#support) and HTML5 Audio tags. In a nutshell:
I have a div which I am using Jscrollpane on. The div contains ...
0
votes
1answer
25 views
jScrollPane not working for full page scrallbar
i'm trying to implement jScrollPane in my whole page to change scrollbar of page,but it doesn't working.
my code is as css:
html,body {
height: 100%;
width: 100%;
overflow: hidden;
}
...
0
votes
0answers
61 views
Jscrollpane Fade In Scroll To Top
I have implemented the Jscrollpane plugin and all is working well, however I would like to implement a scrolltotop function.
The link to scrolltotop is no issue but I want it to only appear upon ...
0
votes
0answers
32 views
adding jscrollpane plugin
I am trying to use jscrollpane plungin in to my page for a ul element with class "ui-menu"
so i did the below call in document ready function
$(".ui-menu").jScrollPane();
prior to that i had added ...
0
votes
1answer
75 views
jScrollPane isnt working
I am trying to use jScrollPane, the original scrollbar disappearing and it is not working!
I already used it in another site about a month ago, and it worked well. The single problam was: The mouse ...
0
votes
1answer
156 views
Setting a jScrollPane to autoscroll left and right, but pause on click?
Fiddle: http://jsfiddle.net/RJShm/
I have a jScrollPane that currently scroll from left, to right, then back left, and stops. What I'd like is for this to continually scroll from left to right, the ...
0
votes
0answers
120 views
jquery layout plugin: any scrollbar plugin which I can use
I am using jquery layout plugin in my web application.
http://layout.jquery-dev.net/
I have created responsive layout by specifying width/height in percentage.
If the content is large it ...
0
votes
0answers
96 views
Stop event propagation on jscrollpane jsp-scroll-y event for AJAX request
I am running accross a situation!
I am trying to update the content inside a jscrollpane whenever the user scrolls to the very bottom of the scrollbar.
Not having found a solution, I tried to send ...
0
votes
0answers
32 views
jScrollPane Issue, trying to modify a tutorial
I'm following a tutorial found here: http://tympanus.net/Tutorials/ResponsiveHorizontalLayout/ and I'd like for it to always scroll vertically, not just when the screen size > 715. I'm having a hell ...
0
votes
0answers
68 views
Mouse wheel scroll for jsscrollPane not working on Safari 3.2
I need to get the scroll done using the mouse wheel on Safari 3.2.
i am including the jquery.jscrollpane.min.js and jquery.mousewheel.js(3.0.6). This is working fine on Safari 5.1 but not on 3.2.
...
0
votes
1answer
56 views
jScrollPane not working with ajax
im trying to load jscrollpane when ajax loads, the function seems to load but its not working very well, it's behaving like theres no content in the jscrollpane div but it have! i dont know what im ...
0
votes
1answer
79 views
getting jscrollpane to work on a div containing a datatables table
the logic and setup:
'wrapper' div is a set height and width.
jscrollpane is set to be applied to 'wrapper' div.
'wrapper' div contains text above an instance of a datatables table (which is itself ...
0
votes
1answer
45 views
Named function calls jScrollPane ScrollTo
I'm trying to use jScrollPane ScrollTo function like in the code below, but instead of clicking on a div I want a named function to trigger jScrollPane ScrollTo. I'm using ExternalInterface.call in ...
1
vote
0answers
162 views
Using jScrollPane custom scrollbar plugin with SlickGrid
The questions simply is: Is there a way to customize the look of the scrollbars in slickgrid ? using jscrollpane preferably or any other custom scroll bar javascript plugin
Slickgrid is awsome and so ...
0
votes
2answers
184 views
Infinite scroll with jScrollPane
I'd like to implement a Facebook like control for auto loading of a paged content into a DIV with custom styled scrollbars. For custom scrollbars I use jScrollPane plugin, but can't figure out how to ...
0
votes
1answer
49 views
jsrcollpane scroll to specific div when link is clicked
How can I get jsrcollpane to scroll to a specific div when a link is clicked? I have IDs for divs in a scroll pane and links on the page that I want to control the scrolling. I have found how to ...
3
votes
3answers
511 views
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 ...
0
votes
1answer
74 views
JScrollPane shows blank space when children have overflow:hidden
I am trying to use JScrollPane (http://jscrollpane.kelvinluck.com/) to render a div with children that have overflow:hidden. When doing this JScrollPane renders but scrolling horizontally there is a ...
1
vote
2answers
174 views
Holding the div at the fixed x or y positon on scrolling - just testing
I am creating a timeline interface using jQuery and CSS. I am using jScrollPane for scrolling it.
I have
parent div which wraps all the div and on which jScrollPane is applied
header div should be ...
0
votes
0answers
102 views
jquery jscrollpane vertical scroll height
I am using jquery library jScrollpane and am using a custom scroll-knob (as defined in the CSS for .jspDrag) which works pretty well.
I have not been able to figure out how to get the "knob" or the ...
0
votes
0answers
61 views
Jscrollpane: Change content width when media querie change
I'm using the plugin for a horizontal images scroll.
First I take the full width of content:
var $totalWidth = 0;
$('.scrollContent').find('div').each(function() {
$totalWidth += ...
0
votes
3answers
132 views
Sortable List Populated With Dynamic Data
I am having a bit of a problem getting JQuery-UI interactions working on a page of mine. I haven't used JQuery-UI before, so I started out by trying the sortable interaction with the hopes of making ...
0
votes
0answers
93 views
jscrollpane: stop autoscrolling when mouse is over the scroll
I use the following script to start autoscrolling when page load
$(function(){
var pane = $('.wrapperContent');
pane.jScrollPane({
horizontalDragMaxWidth: 86,
horizontalDragMinWidth: 86,
...
0
votes
1answer
133 views
JScrollPane - thumbnail images won't scroll horizontally
I have unordered list of thumbnail images to display horizontally across bottom of page. I want a few of the images to be visible while the others are scrolled horizontally in/out upon scrollbar use.
...
0
votes
2answers
35 views
JScrollpanel not working
I am trying to figure out why Kelvin Luck's JScrollPanel isn't working for me. The scroll bar is showing up, however, its not showing the overflow items. You can see my page and see what I mean by ...
1
vote
1answer
81 views
Run jScrollPane styling After InfoBox has opened
I would like to style a div with the jScrollPane program, but the issue is that the div is within an infobox that first needs to be initialized before the div can be styled. How can I achieve this?
...
1
vote
1answer
71 views
Don't seen jspTrack div on jsscrollpane
I'm using jscrollPane jQuery plugin. When I add:
$(function () {
$('#myDiv-1').jScrollPane();
});
The code works, but when I do this:
$(function () {
$('#myDiv-1 ').jScrollPane();
...
1
vote
1answer
112 views
jscrollPane scrollbar doesn't appear on initial load
I'm using jscrollPane to showcase a portfolio of images. When initially loaded, the slider disappears. After reloading, it appears.
You can replicate the effect by visiting here
(When you visit the ...
2
votes
1answer
269 views
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 ...
0
votes
0answers
65 views
jscrollpane disables normal vertical scroll on page
I am having a long page with a horizontal jscrollpane.
when having mouse over jscrollpane, the vertical scroll for the webpage does not work at all. i have to move the mouse outside the jscrollpane ...
0
votes
0answers
116 views
JScrollPane 'MAINTAIN POSITION' issue and 'MOUSEWHEEL' issue
ive tried implementing JQGrid with Jscrollpane and ive got 2 issues :-
here is the working model 1) http://jsfiddle.net/F24XM/3/ 2)http://jsfiddle.net/F24XM/2/
ive included jscrollpane script in the ...
0
votes
1answer
137 views
JQGrid with JScrollpane: scroller jumps around
I am using a JQGrid which has a Jscrollpane inside it. The Grid has pagination to it.
When I select 10 or 20 records and after that I scroll down the grid, the scroller jumps to the top even if I ...
0
votes
0answers
214 views
jScrollPane stopped working, and I can't see why
On this page:
http://ally.alchemycs.com
there is a box in the middle of the page labeled "Screenings" that has scrollbars. A while ago, I set up jScrollPane so that it had nice pretty scrollbars that ...
0
votes
1answer
157 views
jscrollpane adding horizontal mouse wheel
made this horizontal jscrollpane with images.
selector: .scroll-pane
multiple scrolls on the same page.
this is how I call it: $('.scroll-pane').jScrollPane();
Now I want to add a horizontal mouse ...
0
votes
1answer
79 views
jScrollPane temporarily disable keyboard support and than re-enable it
Solved
I added the following lines of code to jScrollPane plugin and now I can call jScrollPane and enable/disable the Keyboard Navigation Support
disableKeyboard: function()
{
...
0
votes
1answer
183 views
Cycle2 Captions with jScrollPane
I'm trying to use jScrollPane with the plugin Cycle2 but it isn't working as expected.
The following images are the cycle-caption element from the Cycle2 plugin with my dynamic content from each ...
0
votes
1answer
49 views
jQuery jscrollpane intermittent reinit
I am using jQuery jscrollpane on one of the divs with an image inside. It works fine. But when i change the source of that image, sometimes the scrollpane reinits fine, but sometimes it doesn't. It's ...
0
votes
1answer
180 views
jscrollpane jquery button to change height and width
I have a horizontal jscrollpane containing images.
the images have a default height of 400px and i want to make a button "small" that would change the height of the images to 200px (for example). of ...
0
votes
0answers
71 views
jScrollPane in detailsview does not work when triggered from an outer update panel
I am using jScrollPane in an update panel (uPnlProductDetails). There is also another outer updatepanel (uPnl_Add2Cart_Details) having a linkButton. By clicking it, a modalpopup extender ...
0
votes
1answer
247 views
jScrollPane and android with Jquery Mobile and Phonegap
I am trying to use jScrollPane in android with Phonegap and Jquery Mobile. It works good on Firefox and chrome browsers but does not work on the android emulator and gives the following error:
Stale ...
0
votes
0answers
128 views
jScrollPane arrows not showing and drag size not adjustable
I am using jScrollPane (jScrollPane - v2.0.0beta12 - 2012-09-27) in JQuery Mobile application for horizontal scrolling gallery of thumbnails.
I have 2 problems:
1. I am not able to control the size ...
0
votes
0answers
48 views
jScrollPane and a scrollable region inside of it
We have jScrollPane for custom scrolls on some region (a div). Inside of the region there are also divs with overflow: scroll.
Now, seems like all mouse scroll events are captured by the plugin for ...
0
votes
0answers
313 views
Internet Explorer 10 HTML Content Redraw Issue (with jscrollpane regions)
I have an html-based Facebook canvas app (loaded into an iframe, nothing special going on here). The app runs longer than the browser height, thus spawning a vertical scrollbar within the browser. ...
0
votes
1answer
127 views
How to use jScrollPane with jqgrid?
How to use JScrollPane with jqgrid? I tried to use it but the headers are not moving. Here is my code.
gridComplete:function(){
$('#gview_mygrid >div.ui-jqgrid-bdiv').jScrollPane({ ...
1
vote
3answers
168 views
JsScrollpane not updating after adding dynamic content
I ran this code to load up xml data into a table, however after the data was loaded, I can't seem to reload the scrollbar. Nothing works, not even running $('.scroll-pane').jScrollPane(); manually in ...
0
votes
2answers
209 views
jScrollPane not working after jquery .load() method
I am using jScrollPane to create custom scrolls on a div wich has it's content updated through ajax, using the .load() method (jQuery).
It works on the first time the content is loaded into the div, ...