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

All Questions

Tagged with
1 vote
1 answer
171 views

JtextPane with HTML is too wide

I am trying to create a scrollable JTextPane to display HTML. I have it working with the exception of trying to get the size right. It seems no matter what I do, I cannot effect the width of the pane. ...
Wt Riker's user avatar
  • 594
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
0 answers
97 views

Scroll Inter fence of drop down with the parent scroll

I have the below query : I have form (form is too long, I have applied jscroll pane to the entire form), On that form i have used drop menu menu for selection (used bootstrap down down). The issue is ...
user2814546's user avatar
0 votes
0 answers
33 views

jsscrollpane not working on ie9

i am using jsscrollpane for one of the project. i found it working fine on all the other browsers except IE9. i have also tried it using IE8 and it was working fine there. this is the test page i ...
rahul's user avatar
  • 7,633
1 vote
1 answer
89 views

Reset UL after append fot the scrollbox?

I have an <ul> with overflow:auto;, and now I want to add <li>s dynamically with append();. Unfortunately I'm not able to get the scrollbox automatically to the bottom after appending the ...
cr1zz's user avatar
  • 577
2 votes
1 answer
777 views

jScrollPane doesn't scroll to bottom after content update

I have a chat window with a jScrollPane. The problem is that when I submit a message it doesn't scroll down to the last word/line I wrote, it's always a line behind. $('body').delegate('#private-form'...
Uffo's user avatar
  • 9,956
0 votes
1 answer
360 views

Jscrollpane set vertical scrollbar track height

I'm trying to set a static height of a vertical scrollbar in the jscrollpane library. I have tried settings the track height via CSS and that did not work.
Jason's user avatar
  • 4,129
0 votes
1 answer
181 views

jQuery jscrollpane vertical with white-space:nowrap CSS prop

This is my HTML: <div class="dropdown__list"> <div class="dropdown__list__w"> <ul class="dropdown__list__box"> <li class="dropdown__list__item"><span class="...
Mihail's user avatar
  • 618
0 votes
1 answer
1k views

Problems with JScrollPane in Chrome

I implemented jScrollpane in one of my page , but I noticed a very strange behavior in it. When I click on the div in which the scroll bar is implemented the entire div gets selected with a border , ...
Genocide_Hoax's user avatar
0 votes
1 answer
487 views

jScrollpane scrollbar not working

Working on a jScrollPane. I've installed on my server exactly as stated through the jScrollPane site. The content seems to scroll but the default window scrollbar is showing up and the styled jScroll ...
Eric H's user avatar
  • 147
0 votes
1 answer
184 views

jquery jscrollpane - scrollbars not working in existing divs when creating new jscrollpane divs

I am using jquery.uploadfile.min.js to upload multiple files and any time I upload a file a create a div of jscrollpane class. The problem is only in the last created div the scrollbars are moving, in ...
Daniele Protti's user avatar
0 votes
1 answer
341 views

JScrollPane won't scroll whole div? -- JScrollPane won't move dynamically with div on window resize

I am using JScrollPane on a div in order to scroll through it. The div contains a self wrote javascript code that fetches the last couple of posts from my tumblr feed. However, even though the ...
priyanka's user avatar
0 votes
2 answers
2k views

How do I make the jspPane in jscrollpane 100% width

I am trying to use jscrollpane for my website and change the default body scrollbar, but then the jspPane scrollbar was not 100% which changed the layout of my page. My page header and footer are all ...
Delali's user avatar
  • 888
2 votes
2 answers
2k views

How to go to new page and scroll to a particular div using scrollToElement

Hi I am using Jquery scrollToElement to scroll to a particular div on a page (its a single page layout) but now there is a new page. I want to know how to use the same nav to go back to the old page ...
atonbrian16's user avatar
0 votes
1 answer
305 views

jScrollPane stopping from inserting child elements using .append()

<html> <head> <link rel="stylesheet" type="text/css" href="test.css"> <link href="jScrollPane.css" type="text/css" rel="stylesheet" > <script src="jquery-1.10.2.min.js" ...
Udit Bhardwaj's user avatar

15 30 50 per page