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
0
votes
1 answer

how can Change target from tinyscrollbar to body when reaches top/end of it?

I am trying to implement tiny-scrollbar into my website and, i want to change target from tiny-scrollbar to body when it reaches top or end of body, how can i do this,please help.
Zorba
  • 171
  • 1
  • 3
  • 13
0
votes
2 answers

TinyScrollbar - horizontal autoscroll

I'm using jQuery tinyscrollbar to horizontally scroll a set of images. Now I want to start it auto scrolling on page load keeping manual scroll option as well. I came across answers explaining how to do it on a vertical tinyscrollbar but I couldn't…
Charith
  • 1
  • 1
  • 1
0
votes
1 answer

tinyscrollbar within a (bootstrap ) Modal

I'm going crazy because I don't get the tinyscrollbar script working since 3 hours! I try to load it in a modal box but I can't figure out the of tinyscrollbar to update as soon as I open the modal box. I already tried many - not for me working -…
Philipp
  • 65
  • 2
  • 12
0
votes
1 answer

Tiny Scrollbar issue: how to use border on scrollbar

I need define a border to my scrollbar, but using Tiny Scrollbar, when I do it, I get an incorrect value do scroll height. If I use padding, I get the same error. How could I to fix it? .scrollable .track { background-color: #D8EEFD; height:…
claudioivp
  • 549
  • 4
  • 7
  • 20
0
votes
2 answers

dynamic height tinyscrollbar

I'm really stuck on this one... I'm using the tinyscrollbar.js plugin on a div. Inside that div I have a viewport that contains a paragraph and a button that toggles that paragraphs height between 500px and 1000px. How can I dynamically update the…
Gidon
  • 3,490
  • 7
  • 23
  • 31
0
votes
2 answers

Fire event onScroll using tinyscrollbar.js

I would like to fire an event every time I scroll using tinyscrollbar. I've tried using jquery's scroll method but it only works on areas outside of the tinyscrollbar section. Does anybody know how to do this? Thanks
Gidon
  • 3,490
  • 7
  • 23
  • 31
0
votes
2 answers

How to call JavaScript on change of CSS

I'm using tinyscrollbar to show some text in a box. I have 2 stylesheets:
0
votes
1 answer

how to execute jquery after user control loads data

I am using tinyscrollbar and need to run the tinyscrollbar_update() function after a user control runs a repeater to fill in an unordered list. I'd like to be able to trigger the jquery call to tinyscrollbar_update after that control has completed…
neil1967
  • 257
  • 3
  • 16
0
votes
1 answer

jquery scroll bar not works in dropdown

Kindly guide me what i am missing, i was trying different things but it stuck, i made a dropdrown notification and want to use jquery scroll bar in it to make it cool, but i have tried many jquery plugin but the thing is all are stop working when…
mobi001
  • 517
  • 1
  • 8
  • 19
0
votes
1 answer

Calling a special jQuery function on click

I'm using tinyscrollbar and script. I want to have a button on my page which should simulate a mousewheel on clicking. I think it is the function wheel(event) in the tinyscrollbar-script which should be called. How can I do…
matin
  • 303
  • 2
  • 13
0
votes
1 answer

Change scroll target from div to body

I just want to ask you a question.. do you know how to change the scroll target from div to body when the scroll reaches the top/bottom of this div? i'm using the tinyscrollbar.. thanks!!
buu
  • 131
  • 1
  • 9
0
votes
1 answer

Custom scrollbar on dropdown menu

I have a HTML dropdown structure. With the following: