Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
38 views

How to implement temporarily disabling AdjustmentListener of JScrollPane in Java Swing

I have a code to load data when scroll is performed. Suppose I scroll, the loadData method is called and is in progress. If during this time I keep scrolling, even though the scrollbar is not moving ...
slow_learner's user avatar
0 votes
0 answers
110 views

Scrollpane destroy element on hide

I have a bit complicated scenario with jscrollpane, and a problem with the scrolled element disappearing... I call jscrollpane with this in js root var $scrollfix = $('.sidebar nav').jScrollPane()....
Gas's user avatar
  • 737
1 vote
0 answers
23 views

jquery.jscrollpane.js yields alternating line-up of divs when sortable elements are dragged

Note: post edited 7/27/2017 to include (at the end of the post) the solution to the issue in this case. I am working with an audio-player module using Joomla. I have solved a number of issues but ...
rawston's user avatar
  • 11
0 votes
1 answer
96 views

jScrollPane + Embedded Youtube Video Hover

I am using a jscrollpane to incorporate a custom scroll bar into my site. The users of my site have recently started to embed youtube videos into the content within the jsscrollpane container. The ...
cwiggo's user avatar
  • 2,579
0 votes
1 answer
596 views

jScrollPane on touch devices - drag button is in reverse

I've implemented jScrollPane and I'm having an issue on touch devices. The example I'm using is http://jscrollpane.kelvinluck.com/drag_size.html where I have a vertical scroll using a circular ...
DT.DTDG's user avatar
  • 765
0 votes
1 answer
3k views

Scroll to element if it not in viewport

jScrollPane library have a scrollToElement method which can scroll to element if it not in viewport. Also this method have a stickToTop parameter which scroll as little as possible to show the ...
inetbug's user avatar
  • 409
0 votes
1 answer
384 views

jscroll pane multiple div with same class

I have an html page that contain multiple divs with same class name. i-e <div class='some-class'> <div class='some-class'> <div class='some-class'> I have used jscroll pane for ...
Yasir Ahmed's user avatar
1 vote
1 answer
81 views

jScrollPane Scrollbar not shown when used with nav

I have been successfully using jScrollPane in a number of applications where it has been working perfectly. Running the plugin creates two additional divs around the content with classes of ...
georgeatgrayson's user avatar
0 votes
1 answer
103 views

How to reinitialise jScrollPane without losing features added in the first initialisation?

I'm having trouble with jScrollPane's reinitialise() method. Whenever I call it, stuff that I implemented in the first initialisation stops working... In my current code, I'm doing something like ...
Acccent's user avatar
  • 147
2 votes
1 answer
1k views

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 ...
m-rm's user avatar
  • 340
0 votes
1 answer
169 views

jScrollPane working only first time with AJAX loaded content

I have a div (#grouped_tests) being populated via ajax. I am then assigning jScrollPane to that div on data load. However, jscrollpane only works the first time that .group_test is clicked, not on ...
IlludiumPu36's user avatar
  • 4,274
1 vote
1 answer
76 views

Chrome default scrollbars

I've set up a Wordpress site and I want to use custom scroll bars in certain divs. I'm using the WP jScrollPane plugin. And it works fine except for in Chrome on a Windows machine. The Chrome default ...
AndrewChambers's user avatar
1 vote
1 answer
194 views

jquery undefined variable for jscrollpane

I am trying to implement jScrollPane in to a wordpress theme I am working on and have followed the instructions on the site. In my head I have: <!-- styles needed by jScrollPane --> <link ...
Adrian's user avatar
  • 285
0 votes
1 answer
2k views

jScroll pane responsive layout issue

Hope someone can help... Currently, I am using jScrollpane to handle the custom scrollbars for my project. The layout is responsive and the content that populates the divs are dynamically generated....
Rob M's user avatar
  • 121
0 votes
1 answer
271 views

jScrollPane prevents scrollLeft() and scrollTop() value from updating -- how to force update?

I currently have two jQuery scripts running on a single div -- one is an instance of jScrollPane, and the other is a custom script that relies on the current value of of scrollLeft() insdie the div. ...
heisenburger's user avatar

15 30 50 per page
1
2 3 4 5
8