Questions tagged [tinyscrollbar]

Tiny Scrollbar is a jQuery plugin that renders stylized horizontal or vertical scrollbars.

Tiny Scrollbar is a small (< 200 lines, 3K minified) JQuery plugin dual-licensed under the MIT and GPL V2 licenses. Its appearance is fixed, although its relative size, positioning, and behaviors are customizable.

Source and documentation:

68 questions
1
vote
3 answers

Jquery scroll() function is not working

here i have used tinyscrollbar for following code. so here i write scroll event for the tinyscrollbar but it is not working . can you help me ?
Rushikesh jogle
  • 591
  • 2
  • 9
  • 29
1
vote
1 answer

Tiny Scrollbar auto scroll from start?

I use this script: http://baijs.nl/tinyscrollbar/ Anybody has idea how i can do that the script is running from autostart when user load page? I dont see it in options.
user1879057
1
vote
1 answer

how to set jquery tinyscrollbar to scroll:false in overlay

Invoking an overlay within a scrollable area. Using tinyscrollbar plugin ( [http://www.baijs.nl/tinyscrollbar/][1] ) and, when the overlay is invoked, I want to set the scroll option in tinyscrollbar to false. This is the script in the header:…
neil1967
  • 257
  • 3
  • 16
1
vote
2 answers

Tinyscrollbar on user control is not working on other pages

I have a user control that contains a notification icon when I use mouseover event on that icon notification list displayed with a scrollbar like the one of Facebook. I used a custom scrollbar from below link: http://baijs.nl/tinyscrollbar/ I added…
Diva
  • 15
  • 2
1
vote
0 answers

What causes TinyScroll lag/latency in Safari and Chrome

There is a JQuery custom scrollbar on the page http://baijs.nl/tinyscrollbar/ and when viewed with either Opera or Mozilla the scroll works just nicely, but when viewed with Safari or Chrome, there is this annoying lag/latency (about 1 second) from…
villu164
  • 208
  • 1
  • 5
1
vote
2 answers

What is the right way to use the tinyscrollbar update function with a jquery onclick event?

I have a list of states that displays or hides on click of a button using jquery slideUp() and sideDown() functions. I'm trying to use jquery tinyscrollbar to add a custom scrollbar to it. I have a jsfiddle here:…
ByteMyPixel
  • 151
  • 2
  • 3
  • 15
1
vote
1 answer

Tiny scroll on toggle is jumping to top

I'm using Tiny Scroll Bar from here http://baijs.nl/tinyscrollbar/. My problem is that when I toggle the folder (i.e: http://prntscr.com/tqf3j), the scroll bar is jumping to the top. I want to stay at a fixed position. Part of my JavaScript…
Mirko Mukaetov
  • 204
  • 3
  • 14
1
vote
1 answer

jQuery TinyScrollbar won't show in chrome

I am using jQuery TinyScrollbar plugin to add scrollbars to some content , on Firefox, it works but when I refresh, sometimes it disappears, on chrome, it doesn't show at all, I have follow the example on the website http://baijs.nl/tinyscrollbar/ ,…
VictorCL
  • 49
  • 1
  • 4
1
vote
4 answers

Jquery tinyscrollbar plugin not loading content fully when several images are included

And am using the tinyscrollbar jquery plugin for better scrolling. If you go to game rules section you will see 5 subsections: Backgammon, Nackgammon, Narde, Tavla and Old English. The Narde, Tavla and Old English sections work fine, since they do…
James Logan
  • 833
  • 1
  • 8
  • 8
1
vote
2 answers

CSS display:none and tinyscrollbar conflict

I am adjusting a one page website with parts that are seen independently. For example when I push the button "services" it goes to that part of the page without showing the other content. The services part needs a scrollbar. I am using tinyscrollbar…
user1747079
  • 121
  • 4
1
vote
2 answers

jQuery tiny scrollbar with dynamic html

I have created a tree structure using jQuery and web services. I create child nodes of tree by dynamic html which I create on the fly as and when needed. This tree works fine for me. Now my second task is to have a custom scroller in it(something…
TechnicalSmile
  • 1,387
  • 5
  • 16
  • 30
1
vote
0 answers

tinyscrollbar axis X inside of tinyscrollbar axis Y

I have the DIV1 (#scrollbar1) where scrolling is vertical. And I want to include one DIV2 (#scrollbar2) inside of DIV1 (#scrollbar1) where scrolling is horizontal. Both i use the Tinyscrollbar plugin. Code ex: