Tagged Questions
The jquery-scrollable tag has no wiki summary.
8
votes
3answers
7k views
How can I scroll to a specific location on the page using jquery?
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 ...
3
votes
1answer
1k views
jQuery Draggable + Sortable - How to drag and drop between two scrollable lists
I would like to have two lists, Available Items and Selected Items, whereby Available Items are assigned to Selected Items via drag and drop. I require the Selected Items to be sortable, but not the ...
2
votes
2answers
92 views
Placing a div over a jQuery image slider
I'm trying to place a div element over the a jQuery Tools Scrollable image gallery. I've got everything placed in the right way, however the div doesn't appear on top of the jQuery object even if I ...
2
votes
2answers
597 views
jQuery tools scrollable, change height dynamically
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 ...
1
vote
2answers
24 views
How to add a class to the first and last visible element of a jQuery image scrollable
I'm using the jQuery tools slider by flowplayer
I have set up a vertical scrollable, total 4 tiles, with 3 tiles being visible at a time. The wrapping element has a border radius and I now want to ...
1
vote
1answer
63 views
How to Deep Link with jQuery Tools' Scrollable
I am using jQuery Tools' Scrollable as the means to navigate through a whole single-page site.
Navigation looks like this:
<div id="mainNavContainer">
<nav>
<a ...
1
vote
0answers
65 views
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 ...
1
vote
1answer
240 views
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 ...
1
vote
1answer
389 views
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 ...
1
vote
2answers
219 views
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 ...
1
vote
1answer
1k views
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 ...
1
vote
2answers
242 views
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, ...
1
vote
2answers
2k views
Jquery Tools: Scrollable - onBeforeSeek & onSeek toggle child div
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">
...
1
vote
1answer
927 views
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 ...
1
vote
1answer
454 views
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 ...
0
votes
3answers
33 views
Reference to current object in Jquery chain
The following chain works:
$("</p>").html('message').hide().appendTo("#chat").fadeIn()
.parent().scrollTop($('#chat')[0].scrollHeight);
But this doesn't:
...
0
votes
3answers
21 views
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 ...
0
votes
1answer
53 views
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 ...
0
votes
0answers
43 views
jQuery Tools Scrollable with navi using <select> tag
I'm having problems getting a scrollable div to accept a <select> tag as a navigator. I've found one person that says he accomplished it, but only put up his broken code.
The scrollable works ...
0
votes
1answer
126 views
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?
...
0
votes
1answer
181 views
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 ...
0
votes
0answers
32 views
JQuery Scrollable - last item go to different page.
I was wondering if there's anyway to set so that when scrollable gets to the last item (let's say divs) that when you click next again that it would allow you to go to another page or execute some ...
0
votes
1answer
114 views
jquery tools vertical scrollable to stop when last item is fully visible
I set up a simple example here: http://scrollable.elni.hu/
when you start scrolling, it will stop only when the last item AND ONLY the last item is visible.
I would like to achieve somehow the ...
0
votes
1answer
91 views
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 ...
0
votes
2answers
135 views
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 ...
0
votes
0answers
106 views
jQuery makescrollable
I'm currenly building a full screen gallery but and it currently scrolls fine but im wanting it to stop scrolling when in safe ares e.g hovering the navigation.
Here is my coding i'm currently using
...
0
votes
1answer
109 views
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 ...
0
votes
1answer
133 views
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 ...
0
votes
0answers
171 views
getting jquery scrollable to work with jquery jscrollpane
I'm having some real trouble trying to get jQuery Scrollable working alongside jQuery jScrollPane. I can get them working independently on their own pages, but not together.
The best I have done can ...
0
votes
2answers
221 views
Trying to use Jquery scroll to make an object FadeOut and then FadeIn
So I have this object:
<span>Fadeout on scroll</span>
And this code:
$(window).scroll(function () {
$("span").fadeOut("slow");
});
$("span").fadeIn("slow");
I want the object to ...
0
votes
3answers
751 views
Scrolling jquery question. How to auto scroll onclick to a div
Just wondering if its possible to scroll to a certain div's position on a page onclick. I can't seem to find anywhere on the internet where this is documented.
My idea is to click a button, and it ...
0
votes
1answer
103 views
How do I prevent my jQuery Gallery from overlapping?
My jQuery image gallery is overlapping, preventing the view from being able to select back and forth. Can anyone help me fix this issue? Here is a link to the page ...
0
votes
1answer
148 views
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
0
votes
0answers
285 views
JQuery SerialScroll: Multiple auto-scrollable elements
I am having a problem with serialscroller. I currently have the following html structure:
<div id="mainframe">
<div clas="subframe">
...
...
<div class="scroll">
<div ...
0
votes
0answers
77 views
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 ...
0
votes
1answer
152 views
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 ...
0
votes
2answers
230 views
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 ...
0
votes
1answer
427 views
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 ...
0
votes
1answer
276 views
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 ...
0
votes
3answers
679 views
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 ...
0
votes
2answers
163 views
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.
0
votes
2answers
497 views
scrollTo and horizontal tables
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 ...
0
votes
1answer
2k views
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 ...
0
votes
1answer
97 views
Jquery Scrollable Customized - Errors
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:
...
0
votes
1answer
37 views
Is this a jquery content slider? if yes how can I get it
Please visit the link below and check that content slider out cause I love it
The Link
Thank you
0
votes
1answer
727 views
help with onseek and selectors
I am using this:
$(function() {
// initialize scrollable
window.api = $("div.scrollable").scrollable({
clickable: true,
activeClass: ...
0
votes
1answer
148 views
Turn off auto centering with JQuery scrollable
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]
...