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
4
votes
3 answers

JavaScript error with Tiny Scrollbar

I added TinyscrollBar to my Wordpress site, and I'm getting the following error when the page loads: oViewport.obj[0] is undefined I made sure that I first included the tinyscrollbar.js file, and only then do I make the call if…
Lea Cohen
  • 7,990
  • 18
  • 73
  • 99
4
votes
2 answers

How to load Jquery Tiny scrollbar

So I want to customize a scrollbar and I found tiny scrollbar, which is a jquery plugin: http://baijs.nl/tinyscrollbar/ The problem is, I can't get it to work no matter what. I included Jquery, and the jquery.tinyscrollbar.js files into the same…
r1nzler
  • 2,533
  • 8
  • 28
  • 30
4
votes
2 answers

How to implement multiple tinyscrollbars from a class?

I'm trying to implement multiple scrollbars with the plugin Tinyscrollabr.js http://baijs.nl/tinyscrollbar/ To implement the scrollbars, i use a function scrollify like in this article…
3
votes
2 answers

Tinyscrollbar not working with drag

I use the tinyscrollbar plugin on a site in a couple of sections. So far, it was working great. But now for some reason, the scroll is avaible with the mousewheel but not with the drag/drop slider.. The resolution i'm using is 1360x768, but I test…
buu
  • 131
  • 1
  • 9
3
votes
5 answers

Tinyscrollbar - Disable Selection or Highlight

I am using JQuery Tinyscrollbar plugin on my site. Due to my specific requirements, I did minor changes to make it work with both vertical and horizontal scrollbars at the same time. However, I am having issues where if a user where to scroll using…
asyadiqin
  • 1,637
  • 3
  • 19
  • 25
2
votes
0 answers

How to check TinyScrollBar is initialized or not

I have a JS code like this below: $(window).resize(function () { if ($('.scrollbar-y').length) { $('.scrollbar-y').tinyscrollbar_update('relative'); } if ($('.scrollbar-x').length) { …
Rana Ghosh
  • 4,514
  • 5
  • 23
  • 40
2
votes
5 answers

How to disable tiny scrollbar jQuery plugin?

How do I disable all instances of the Tiny Scrollbar plugin on a page? Here's a JSBin to test. Context: I'm building a web application that uses this plugin for all the scollbars for the desktop version, but I want to disable it and use native…
Diego R
  • 77
  • 2
  • 9
2
votes
1 answer

Tinyscrollbar for Mobiles

According to Tinyscroll's website, mobile scrolling is supposed to work. Under options you see: invertscroll: false -- Enable mobile invert style scrolling. Has anybody actually gotten this to work? Help would be much appreciated. Thanks. My code…
lnvrt
  • 732
  • 3
  • 11
  • 23
2
votes
2 answers

Keyboard control for tinyscrollbar.js

I want to add keyboard control for the tiny scrollbar script. i am not very good at javascript. i know that i can use jquery keypress() function to intercept arrow keys(38,40) and then scroll the overview div by changing its css top property. I can…
alhoseany
  • 761
  • 9
  • 28
2
votes
0 answers

Is it possible to use both horizontal and vertically tiny scrollbar together

I need to have both horizontal and vertical scrolling for large table, I want to use jquery tiny scrollbar for both wise scrolling .Has any one tried using both horizontal and vertically tiny scroll bar together ?? If so pls provide a…
Diya4ever
  • 102
  • 1
  • 5
  • 13
1
vote
3 answers

Why the update method in the tiny Scrollbar jQuery plugin is not working in this script?

I am using the tinyScrollbar Jquery plugin http://baijs.nl/tinyscrollbar/ on a div which is on page load has display:none so i have to use the update method when it is made visible (as the documentation says) but the update method is not working..…
andrew
  • 11
  • 1
  • 2
1
vote
0 answers

tinyscrollbar jquery plugin not working online

tinyscrollbar jquery plugin works correctly in an offline project: but when lunch it from online server does not work: Note: I did not change anything in an online version of the project but tinyscrollbar jquery plugin does not work.
moosavi
  • 174
  • 1
  • 2
  • 12
1
vote
1 answer

Tinyscrollbar height not updating

I have a widget whose height is dynamically set. However, the scrollbar height doesn't seems to update when the height of the widget container changes. And there is extra white space appearing when I scroll to the bottom of the widget. The widget is…
Rahul Dagli
  • 4,301
  • 15
  • 47
  • 85
1
vote
0 answers

Tinyscrollbar how to move thumb

I am looking for a solution that must have been a task for a lot of people before me. Now, Tinyscrollbar is very, also for touchscreens. I use it on a very larg Screen in a store and the srollbar is very big. The first thing people are trying to do…
shooby
  • 95
  • 2
  • 8
1
vote
0 answers

tinyScrollbar mousewheel on horizontal scroll only works for chrome

I´m using tinyScrollbar for an horizontal scroll, but the mousewheel only works in chrome. In Firefox (29.0.1) and in Internet Explorer (11), the mouse wheel is not working. I{m using windows 8. You can check it out in the official web of the plugin…
gprego
  • 75
  • 2
  • 10
1
2 3 4 5