Questions tagged [jquery-scrollable]

A jQuery plugin that adds customizable scrollbars to any element.

A jQuery plugin that adds customizable scrollbars to any element. The scrollbars can be easily styled by CSS. Also, behavior of the scrollbars can be modified by passing in optional parameters to the plugin.

80 questions
0
votes
2 answers

How to properly initialize the jQuery Tools' Scrollable component for a single item?

I have created a web page which uses the jQuery Tools' Scrollable component, and the page is based on the minimal setup demo. As in this demo my page also uses scrollable items with room for five thumbnail images, but when my page loads for the…
James Adams
  • 8,448
  • 21
  • 89
  • 148
0
votes
1 answer

how to make bootstrap modal draggable and scrollable on android device

I am having an issue with a bootstrap modal which should be draggable and scrollable. On desktop it works fine, but on my android device, it does not scroll anymore when it is draggable. It's like "frozen". When i disable draggable, scrollable works…
0
votes
2 answers

Ajax changes scroll position

I have a short question for you. Could anybody help me figure out why after an Ajax request, the page scroll is changing back to the top? I think it's about JQuery. I can't find too much info on the web, so I ask for your help. This is the test page…
Gigg
  • 1,019
  • 3
  • 11
  • 20
0
votes
1 answer

Overriding scroll function within only one element

I'm using jquery to provide clickable overlays, I'd like to replace the default Scroll up/down methods with left/right (So when you scroll the page it moves horizontally not vertically. I'm worried about the scroll function still working as intended…
Valchris
  • 1,451
  • 2
  • 14
  • 33
0
votes
1 answer

Trying to use Jquery scroll to make an object FadeOut and then FadeIn

So I have this object: Fadeout on scroll And this code: $(window).scroll(function () { $("span").fadeOut("slow"); }); $("span").fadeIn("slow"); I want the object to fade out when scrolling, and fade back in when complete My code…
TaylorMac
  • 8,882
  • 21
  • 76
  • 104
0
votes
1 answer

Jquery Tools Scrollable with Autorotate

who can help me to make this gallery to autorotate? Jquery Tools Scrollable http://flowplayer.org/tools/demos/scrollable/gallery.html Thanks a lot! Vic
Snowalker
  • 309
  • 1
  • 7
  • 16
0
votes
0 answers

Selecting moves scroll position after scrollTo is used

I am implementing a side scrolling signup process much like the one Groupon.com uses when they don't have you cookied. I am using jquery.scrollTo and it is working great. I am also using jquery.attr('tabindex', '-1') to disable tabs from causing…
Nate Bunney
  • 2,418
  • 2
  • 22
  • 31
0
votes
1 answer

Wordpress: Print all (entire) pages on page.php instead of loading them individually

I’m creating a site in wordpress which are using the jQuery scrolling function for the page layout. It have to scroll vertical. But for doing this I need all the pages to be displayed on the page.php site instead of loading each page separately. Is…
0
votes
2 answers

JQuery Scrollable Locking up after dynamic update

So I've been playing around with a JQuery plugin called Scrollable. I'm impressed with how easy it was to get up and going, but now I've run into a show stopper and hope you guys can help. My scrollable div contains a bunch of icons that are…
Staros
  • 3,232
  • 6
  • 30
  • 41
0
votes
1 answer

jquery scroll speed?

this is a script i got from a the internet, and it works perfectly, what it deos it scrolls automatically on the movement of the mouse, over a div in this case scroll, but i cnt seem to find where i can find the speed, or can make it slower!! im so…
getaway
  • 8,792
  • 22
  • 64
  • 94
0
votes
1 answer

Scrollable table and keydown function

I have a program at jsfiddle.net, which uses the webtoolkit jquery plugin to make a table be scrollable. It works for IE and FF, but not Chrome. I'm not worried about it not working in Chrome. My problem is that I'm giving the user the ability to…
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
0
votes
1 answer

Using jquery.scrollbar in react application

I want to use jquery.scrollbar plugin in my react application. I want the jquery.scrollbar for every component which is scrollable. I have already installed it via npm. I am not getting any way to initialize it in my react component. How should I do…
EdG
  • 2,243
  • 6
  • 48
  • 103
0
votes
2 answers

Jquery Tools scrollable problem

I'm having an issue where after the 10th page, the next page seems to show many pages as it scrolls. Please refer to my page here: http://rh-photography.com.au/Weddings/Album-Samples/Album-3# Click "Next" 10 times. On the 11th time, you will notice…
Jason
  • 15,064
  • 15
  • 65
  • 105
0
votes
2 answers

How to make a div scrollable using jquery

I have only one list div and I want to make it scrollable. I have seen scrollpane examples, it's great but I am looking for an smaller simpler alternative. I appreciate any help. Thanks.
Josh R
  • 1,309
  • 6
  • 19
  • 31
0
votes
0 answers

say utterscroll to "scroll" even there's a linked div

Hej folk, actually I develope a small browsergame for my personal use. The user should do scroll with his mouse over the map (like Google Maps) which I realized with utterscroll.js. On the second the user should can build structures, delete and…