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

dynamically created flowplayer scrollable addItem scrolls out of the container

I am creating a horizontal scrollable list which is also editable. The size of the container of this list is dynamic based on the width of the visible area of the browser. When I have a list of items which has filled up the screen, and I add a new…
1
vote
1 answer

Using Two Instances jQuery Tools Scrollable on a Single Page

I've got two instances of a jQuery scrollable on the same page. Unfortunately, I think there's some overwriting and collision going on. How do I modify to get them to both work together and properly? //Scrollable for Social Sidebar area …
Keefer
  • 2,269
  • 7
  • 33
  • 50
1
vote
1 answer

Get axis-x position inside scrollable div

I have a scrollable div which overflow is hidden. I am using this plug-in to scroll the div. How can I detect the axis x position with jquery (or maybe with this plug-in) so if there is nothing to scroll on left, I would be able to hide the left…
Badr Hari
  • 8,114
  • 18
  • 67
  • 100
1
vote
1 answer

JQuery Scrollable Missing position onload and on api seek in webkit browsers

Strange issue i am having while working on this in the bottom right hand corner is a history section with a scrollable section that moved right or left. On load it picks a random number and moves to it. Problem is that on load (without moving) it…
Shadi Almosri
  • 11,678
  • 16
  • 58
  • 80
1
vote
2 answers

JQuery alternative to Flash Display Element

I'm building a website at the moment and in the design it shows a scrollwheel in the form of this example. I've got no problem creating this using something like scrollable or some other similar plugins, however, they don't allow you to click and…
Dan Hanly
  • 7,829
  • 13
  • 73
  • 134
1
vote
1 answer

Jquery Tools - Scrollable, circular - problem with a logo parade, logos don't re-appear until the last logo is shown

I am having an issue with jquery tools / scrollable plugin. Using the circular:true option, on this page: http://oda.sanscode.com/ The logo parade shown will only clone the logos when the last logo is reached. This leaves a visible gap between the…
Jason
  • 15,064
  • 15
  • 65
  • 105
1
vote
1 answer

JQuery Scrollable Tabs snap to selected tab

I have been using the code found here to make scrollable tabs http://jsfiddle.net/mekwall/dECtZ/. It works really well, but I have encountered a problem when trying to default the initial selected tab. The tab falls outside of the displayed tab…
CDK
  • 669
  • 1
  • 5
  • 17
1
vote
2 answers

Customizing scrollable plugin with prevpage and nextpage over the image? (see mock up)

I am implementing a scrollable for a portfolio gallery. (scrollable = scrollable plugin from http://flowplayer.org/tools/index.html ) There will be one item visible at a time. By default, scrollable positions the prev/next buttons outside of the…
aaandre
  • 2,502
  • 5
  • 33
  • 46
1
vote
1 answer

Load content while scrolling a div with jquery

I need to load content while scrolling a div, not window. That's my CSS code: #sidebar{ width:30%; float:right; height:455px; } #video_list{ height:100%; overflow:auto; } And this is my html code:
1
vote
1 answer

jQuery Scrollable Next/Prev Buttons Can't Be Wrapped In Other Tags

I have a scrollable going here: http://treethink.treethink.net/portfolio/ I am trying to put a p tag around the 2 a tags that cause the scrollable to move back and forth but no matter what I put around the a tags it breaks the scrolling (span, div,…
Wade D Ouellet
  • 681
  • 3
  • 21
  • 36
1
vote
2 answers

jQuery scroll only detecting scroll at very top of the page and bottom?

I'm currently trying to change the colour of a div when the scroll is at a certain vertical value. Though at the moment my scroll doesn't seem to be detecting anything in between the top or bottom of the page. So when I hit the bottom of the page I…
learn
  • 290
  • 7
  • 26
1
vote
2 answers

Redirect and scroll to specific content

hi guys can any one have idea whenever i click from footer link a new page will be open and the will scroll to a specific content below is the screen shot. Condition is the website is in yii framework and nothing others.
Arun
  • 257
  • 1
  • 5
  • 22
1
vote
1 answer

jQuery scrollTop animation not working as like expected

I am using the scrollTo event, to focus the element which is added in the "ul" element as a final one. the issue is, it's working upto a 20 elements properly, later the scroll moving "reverse" and not even properly focusing the element which is…
3gwebtrain
  • 14,640
  • 25
  • 121
  • 247
1
vote
1 answer

Quick Jquery Question: Scrolling

I am working on a site, the demo is located here: http://waterwing.waterwing.ca (Please ignore the other 2 pages, they are far from finished). Anyways, The scrollable on the home page works fine except for the fact that anything you click within the…
Wade D Ouellet
  • 681
  • 3
  • 21
  • 36
1
vote
8 answers

Adjust scroll position to a closest div

Here i have bunch of div's with some related contents. I want to adjust the scroll position to a closest div Example Website Demo Fiddle How can i do this using jQuery JQuery $(".item").scroll( function( ) { $(".item").css({ top:…
user123456789
  • 556
  • 3
  • 12
  • 31