Skip to main content

Questions tagged [jquery-jscrollpane]

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

jquery-jscrollpane
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
1 vote
0 answers
29 views

Click don't work well when i scroll, jScrollPane and ajax

I will be much clearer the problem is that I load a table via ajax (jquery) whose cells can contain links, buttons or dropdwons and now if I click on an item when the table is loaded if I click on a ...
joel matisa's user avatar
-1 votes
1 answer
61 views

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 ...
Kars's user avatar
  • 897
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,569
0 votes
2 answers
2k views

fixed column overlaps table column when using jScrollPane

i have a table with a fixed column and i need to add jscrollpane to style the scrollbar. Fiddle without jscrollpane Below is the HTML code <div class="table-wrapper scroll-pane"> <...
LiveEn's user avatar
  • 3,215
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
0 answers
19 views

how to insert indefined jlabel into jscrollpane?

I have many Jlabel that must be insert into jscrollpane. How can I do this? For example: JScrollPane scrollPane; JPanel pan = new JPanel(); JLabel[] labeltitoli= new ...
Francesco Pio Bocci's user avatar
1 vote
0 answers
560 views

JScrollPane will not Scroll

I am trying to use the jquery jscrollpane plugin http://jscrollpane.kelvinluck.com/ in my website. I followed the instructions, but the scroll bar does nothing. I am probably overlooking something ...
user3221816's user avatar
0 votes
2 answers
342 views

jScrollPane autoReinitialise

I'm struggling with reinitialise jScrollPane when content changes or is shown/hidden. Here's my page (I use jScrollPane only for Firefox) and here's my code (see functions hideFooterSection and ...
Dario's user avatar
  • 6,250
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
0 votes
1 answer
88 views

Weird behaviour in jscrollpane with scroll event?

api.scrollToY function is running recursively in scroll event only , is there any way to stop it? $('.scroll-pane').bind('scroll',function (e) { api.scrollToY(100) return false; });
Suraj Rawat's user avatar
  • 3,735
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

15 30 50 per page
1
2 3 4 5
15