[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
You really helped me out here! Thanks!!! On 24 sep, 07:32, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > I used firebug console to test removing the jscrollbar > > my code is like this > >             >                 Updates - Recent Additions to this Site >                 << created by jquery

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
I used firebug console to test removing the jscrollbar my code is like this Updates - Recent Additions to this Site << created by jquery lorem ipsum dolar scrollbar div

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
The class of the jscrollpane is .pane3 so I tried $('.pane3ThisBar .jScrollPaneTrack').remove(); and also tried $('.pane3 .jScrollPaneTrack').remove(); but both did't work... $('#removeThisBar .jScrollPaneTrack').remove(); On 24 sep, 00:27, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > don't what

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
don't what your id is but $('#removeThisBar .jScrollPaneTrack').remove(); 2008/9/23 expanism <[EMAIL PROTECTED]> > > That works great, Thanks! > > I have multiple jscrollpane's set up on one page, like this: > > $('.pane').jScrollPane({showArrows:true, scrollbarWidth: 29, > dragMinHeight: 50, dra

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
That works great, Thanks! I have multiple jscrollpane's set up on one page, like this: $('.pane').jScrollPane({showArrows:true, scrollbarWidth: 29, dragMinHeight: 50, dragMaxHeight: 50}); $('.pane2').jScrollPane({showArrows:true, scrollbarWidth: 29, dragMinHeight: 50, dragMaxHeight: 50}); $('.pa

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
try $('.jScrollPaneTrack').remove(); more info http://jquery.bassistance.de/api-browser/#removeString 2008/9/23 expanism <[EMAIL PROTECTED]> > > Thanks for your reply, it is a good fast solution... however it would > be great if the whole bar could be out of the code. > > On 23 sep, 22:02, "Sam

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
Thanks for your reply, it is a good fast solution... however it would be great if the whole bar could be out of the code. On 23 sep, 22:02, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > perhaps setting the bar to display none with css. > > seems to work in a (very) basic test I have done in firebug

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread Sam Sherlock
perhaps setting the bar to display none with css. seems to work in a (very) basic test I have done in firebug - S 2008/9/23 expanism <[EMAIL PROTECTED]> > > Love the jScrollPane really exelent plugin! > > There is a parameter called: showArrows, > Is there a parameter like hideDrag to hide the d