With the JQuery scrollable widget. If you click the top, it scrolls to the middle. Is there any way to leave the "clicked" elements within the widget where they are when clicked?
[Position1]
[Position2]
[Position3]
[Position4]
[Position5]
For example, if I click Position5, I want it to stay in its place, NOT scroll itself into Posit...
Is it possible to scroll to a specific location on the page using jQuery?
Does the location I want to scroll to have to have:
<a name="#123">here</a>
Or can it just move to a specific DOM id?
...
I am using this:
$(function() {
// initialize scrollable
window.api = $("div.scrollable").scrollable({
clickable: true,
activeClass: "active",
onSeek: function() {
alert("current position is: " + this.getIndex());
//remove h...
Hey,
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 scrollpane will move the scroller. I need to make it so that only the arrows will ...
Please visit the link below and check that content slider out cause I love it
The Link
Thank you
...
Hello,
I am using the following plugin:
flowplayer.org/tools/scrollable.html
I've slightly customized it by removing the tabs, and using image buttons.
you can view my work here:
http://getitnow4free.com/FreeWebsite/Page2.html
If you keep hitting next template and previous template buttons in order to cycle through all of the availa...
Dear All,
I am trying to create a scrollable jquery application in which there is an image and some text. I want an image and some text contents I am just getting 1 image and contents(in the below example the contents is in the tag) how can I get the second image and contents by clicking on any arrow.
Below is the code.
All your he...
Hey,
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, p...They all don't work)
How can I solve this? I assume it's something to do with ...
I'm scrolling some panels which contain some youtube clips using Jquery Tools Scrollable. I'd like to hide them during the transition to avoid a jerky animation.
Markup:
<div id="panel_items">
<div id="wrap">
<div class="event">
<div class="header">Event 1</div><!-- Header is always displayed -->
<di...
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:
<div id="sidebar" >
<!-- other -->
<div id="video_list">
</div>
</div>
Video_list is scrollable and the content is loaded by a...
Hi, 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 image area and clicking on the current image advances the scrollable content.
I woul...
Hi,
I have a scrollable div in my page. The container div has its min-height set to some value. And I want the item in the scrollable can be shown/hidden. It means that the height of the scrollable is not fixed. When the item is shown, the height of the scrollable should also change to longer. But this is not working. When the item is s...
I am attempting to make a horizontal scrolling portfolio site. I want to users to be able to click through the images using a next/previous button as well as scrolling as per usual with the mouse and scroll bars. I am, however, having trouble implementing this using jquery.
The table is used as this is best practice in horizontal websit...
Hi,
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 time the last logo is shown and the first logo is replicated.
I need to change th...
Hello,
I'm using a vertical jquery scrollable to scroll some items. But i need the following functionality: if the number of items is greater than X, the scroller should scroll by X items at once instead of just one. Can that be done?
...
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 drag through the images and "flick" them in such a way as the flash example.
Do you know ...
Hiya All,
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 loads in the wrong position, and on moving with the api it moves to the wrong of...
The question says it all.
Please Help.
Thanks in advance.
...