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
1
vote
0 answers

Web forwarding breaks jQuery animate on mobile

I have been working on a site that has a link at the bottom that animates back to the top of the page when clicked. The site worked fine before I set up web forwarding with Network Solutions. Now clicking on the link works on desktop, but not on…
1
vote
4 answers

Jquery- moving a scrollbar automatically to a specific location after particular time

Here is my JsFiddle How can i move my scrollbar automatically to the right (after third image) with some fade effect after few specific seconds so that user can see the next set of images. can someone tell me how it can be done using javascript and…
shubendrak
  • 2,038
  • 4
  • 27
  • 56
1
vote
0 answers

Parallax Scrolling – How are these effects achieved on http://www.dangersoffracking.com/?

I'm not a big fan of parallax scrolling, mostly because it's not so mobile-friendly, but I am currently designing a home page where it would work really well. On the http://www.dangersoffracking.com/ page, there are two effects that I particularly…
Casper F
  • 161
  • 8
1
vote
0 answers

Scroll to active item

I'm trying to build a site that uses the jquery scrollable-tool for a portfolio. I have a scrollable list that links to different pages that show examples of our work. The scrollable list is included in every page via PHP (I think this could be much…
Rona Duwe
  • 11
  • 1
1
vote
0 answers

Create a table position fixed inside a div collapse

I have a special request, click here. to look the case. Once I click over the arrow down and the div collapses, I need to make fixed the first table in the div collapsing and making scroll the other table below. I hope the explanation is clear. How…
Koala7
  • 1,340
  • 7
  • 41
  • 83
1
vote
0 answers

JQuery UI Sortable Connected Lists With Scrollable Divs Not Working

I have a web app where the user can drag items between many different groups with each group having its own list for the items to go in. The groups themselves fall into different containers that have fixed heights and need to be scrollable while the…
1
vote
1 answer

How to cancel the animation when list reaches the end

I am doing scrolling of list items using jquery animate function The html code is below
1
vote
1 answer

jQueryTools Scrollable - Loops through twice then stops on first slide

I am trying to figure out a way to go through a set of slides a couple of times and then return and stop on the first slide. Currently, I have: $('#con_featured .scrollable').scrollable({ circular: false }).navigator({ activeClass:…
0
votes
1 answer

Mouse wheel behaving strangely with jQuery Tools Scrollable plugin

I've pretty much successfully implemented an instance of jQuery's "scrollable" plugin but I'm having a peculiar issue with mouse wheel navigation. If you attempt to mouse wheel when the scrollable pane is in its initial state, nothing happens. But…
bravokiloecho
  • 1,413
  • 5
  • 22
  • 39
0
votes
1 answer

Jquery-tools Scrollable in Conjunction with Jquery UI sortable

I have a menu system where I drag and drop menu items from a category into another container. I am using Jquery tools scrollable to display one category at a time, allowing me to page through the categories. Jquery-scrollable works based off of an…
ctilley79
  • 2,151
  • 3
  • 31
  • 64
0
votes
3 answers

jQuery Scrollable Center Active Frame

I'm using jQuery Tools Scrollable plugin. I'm trying to make it so that the active frame is in the center of the screen. I have the Scrollable wrapper set to 100% width and it works great, but the active frame is aligned to the left. What I want is…
Drew Baker
  • 14,154
  • 15
  • 58
  • 97
0
votes
1 answer

JQuery Scrollable scrolls further than actually wanted

I'm using JQuery Scrollables to display an image gallery, see http://www.mba-europe.de/lehr_veroff.html In my setup, I have a .bscrollable DIV that contains a .bitems DIV that contains all the .item DIV's in analogy to .scrollable, .items and .item…
Philip
  • 5,795
  • 3
  • 33
  • 68
0
votes
1 answer

How can I Keep Scroll Position after refresh?

Can anyone tell me where I'm doing wrong? When I scroll It works well, nav background color being changed. But problem is, when I refresh the page then the background color not changing, It goes in the initial condition. At this position, if I again…
Mossaddak
  • 379
  • 1
  • 14
0
votes
1 answer

Adding a current state to jQuery Tools Scrollable's Items

I've got a jQuery Tools Scrollable I've been working on for awhile, and have gotten it to where it resizes based on the browser size dynamically, and the next button disables at the furthest right point in the scrollable. Each item in the scrollable…
Keefer
  • 2,269
  • 7
  • 33
  • 50
0
votes
1 answer

jQuery scrollable question

I am wondering how I can fade out a div box before scrollable starts and fade it in after the animation stops? Because for me it looks like I start scrollable and then it runs in background and looks for events. Is there a function like…
madmax
  • 1,803
  • 3
  • 25
  • 50