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

All Questions

Tagged with
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
605 views

jQuery '$(...).jScrollPane is not a function' in React

I am trying to implenment the jScrollPane jQuery plugin and I keep getting "TypeError: $(...).jScrollPane is not a function." I followed the implementation on the jScrollPane documentation but still ...
Hiding's user avatar
  • 278
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
2 votes
0 answers
167 views

accordion menu using jscrollpane jquery plugin - keeps bouncing back to top on scroll

I've created a menu with javascript. The user needs to click on the hamburger menu icon to open it. Once open, there's an accordion menu with various options. I'm using the jscrollpane jquery plugin ...
sprucegoose's user avatar
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
1 vote
0 answers
76 views

jQuery jScrollPane not working with div percentage

I am working with jScrollPane to create a custom scrollbar. I have a bunch of div's that lineup horizontally. For some reason, when I use percentage instead of a fixed width, the scrollbar does not ...
Hunter Turner's user avatar
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
1 vote
1 answer
35 views

How to remove a specific row of JScrollPane?

I'm using JScrollPane what I'm trying to do is remove a specific row from the panel. Actually in the documentation I found nothing about this. A bit example: JScrollPane Data Structure <div id="...
Dillinger's user avatar
  • 1,843
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
3 votes
1 answer
6k views

Select2 + custom scrollbar

I'm trying to connect some custom scrollbars with Select2 4.0. I found some old topics here on stackoverflow, but the solutions (with select2 3.4 i.e.) seems to be outdated. I tried: jquery....
JohnnyXecutor's user avatar
3 votes
2 answers
2k views

jQuery Chosen: Uncaught NotFoundError: Failed to execute 'appendChild' on 'Node':

I have a problem impossible to solve by myself. I am debugging this for several days but no success in found where is the problem. I have a chosen.js + jscrollpane.js. When a chosen is open, the ...
Marcos Pérez Gude's user avatar
0 votes
1 answer
485 views

Customizing w2ui sidebar vertical scrollbar with JScrollPane

I'm trying to customize the w2ui sidebar's scrollbar with JScrollPane jQuery plug-in, but I fail all the times and by saying that I mean that I couldn't make JScrollPane to change the sidebar ...
atari83's user avatar
  • 489
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

15 30 50 per page
1
2 3 4 5
32