Tagged Questions
The scrollto tag has no wiki summary.
18
votes
4answers
46k views
How to scroll the window using JQuery $.scrollTo() function
I'm trying to scroll down 100px every time the user gets near the top of the document.
I have the function executing when the user gets close to the top of the document, but the .scrollTo function ...
16
votes
4answers
16k views
jQuery Scroll to bottom of page/iframe
How do I use jquery to scroll right down to the bottom of an iframe or page?
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 ...
6
votes
2answers
5k views
jQuery scroll To Element
Hello I have an input element like this
<input type="text" class="textfield" value="" id="subject" name="subject">
Then I have some other elements, like other text inputs, textareas..etc..
...
5
votes
4answers
159 views
jQuery scroll to div on hover and return to first element
I basically have a div with set dimensions and overflow: hidden. That div contains 7 child divs (but only shows one at a time) that I would like to be smoothly scrolled through vertically when their ...
5
votes
8answers
3k views
iPad Flicker on auto scroll using JQuery and Scrollto plugin
I am having a bit of a weird problem with iOS platform for a page i am developing. This is the page in question. When clicking any of the case study images, the page will first unhide the required ...
4
votes
2answers
1k views
How can I update window.location.hash without jumping the document?
I have a sliding panel set up on my website.
When it finished animating, I set the hash like so
function() {
window.location.hash = id;
}
(this is a callback, and the id is assigned earlier).
...
4
votes
2answers
298 views
Making Jquery.ScrollTo work based on speed instead of duration
I'm creating a horizontal site (it could also be any other auto-scrolling site, like diagonal) which uses the $.Localscroll child from the Jquery.ScrollTo plugin.
There's one big problem with this ...
4
votes
1answer
43k views
jQuery.ScrollTo / jQuery.SerialScroll Horizontal Scrolling
I am looking to implement horizontal scrolling using jQuery.SerialScroll (based on jQuery.ScrollTo).
I currently have a continuous horizontal scrolling working with liScroll as I discuss in this ...
3
votes
1answer
257 views
Stop Firefox resetting horizontal scroll position when overflow is “hidden”?
I have a horizontally scrolling div with sections inside. I'm using Ariel Flesler's scrollTo plugin to scroll from one section to another.
Please see: http://jsfiddle.net/carienf/qZeEe/
The fiddle ...
3
votes
1answer
550 views
Android ScrollView: Automatically scroll to a few pixels (dips) above a certain view
I am aware that I should decide how many pixels based on density.. not hard coded.
I have section headers and items displayed in a scrollview and I want to scroll to a certain section header (the one ...
3
votes
2answers
175 views
Scrolling with animation
I need to execute the javascript method scrollTo(x, y) with animation. I cant' use jQuery to do it.
3
votes
1answer
1k views
Jquery scrollTo issues in IE7
I have a page that uses jQuery's scrollTo plugin to manage some functionality. When you want to reset your password from the login page, it scrolls to a new form rather than taking the user to a new ...
3
votes
1answer
121 views
Applying scrollTo to auto generated links
Edit!
Turns out I had just got too many apostrophes going on when calling the scrollto. The working code is below:
$('.miniImage').click(function() {
var $th = $(this);
var id = ...
3
votes
2answers
253 views
scrollTo scrolls to the top of the page
I have the following Javscript code.
When the page is loaded it is scrolled to the right position. When I click on the link to run the function the page scrolls to the top of the page.
Has anybody ...
2
votes
1answer
42 views
Issue with jQuery scrollTo function
Im having issues with my JCarosel slider. My html is set up as required...
<div id="homeSlider">
<div id="homeSliderLeft">
<div id="homeSliderLeftNav">
<ul>
...
2
votes
2answers
122 views
scrollTo next/prev anchor using arrow keys or button?
I've been googling for a week now and I just don't understand how to combine it all :(
I'm making a horizontal website similar to this, except I want to be able to navigate using arrow keys to move ...
2
votes
2answers
61 views
jquery: adding nav list to sliding divs
Hello — First and foremost I'm fairly new to jquery so your extended expertise is greatly appreciated.
DEMO: http://www.transcendspace.com/beta/
I'd like to generate a nav for my divs: 1|2|3|4|5 ...
2
votes
1answer
60 views
Highlight active link when using scrollto based on current view
I have a website which is one page and the user navigates to each section using links which uses the scrollto jquery plugin.
My problem is: I want to show the active link in the main menu. So if ...
2
votes
4answers
77 views
scrollTo div on hover
I asked this question and the answer works really well.
The only thing though is that the people higher up would also like to see a version that scrolls directly to the respective div instead of ...
2
votes
1answer
74 views
Is there a way to prevent page flickering/stuttering when scrolling with ScrollTo script?
I am using Ariel Flesler's ScrollTo script on this page. I have two links at the bottom of the page that scroll to the top of the page (one also opens a contact form). I am noticing that at the ...
2
votes
2answers
267 views
Where does Android View.scrollTo(x, y) scroll to?
scrollTo(int x, int y) says:
x the x position to scroll to
y the y position to scroll to
onScrollChanged(int l, int t, int oldl, int oldt) says:
l Current horizontal scroll origin.
...
2
votes
4answers
864 views
How do you animate FB.Canvas.scrollTo?
I've created an app that is a set size (around 2,000 px tall) and have a menu that calls FB.Canvas.scrollTo in order to help the user navigate the long page.
Is there any way to add a smooth ...
2
votes
1answer
252 views
Using jQuery to find current visible element and update navigation
First time user here. I am usually capable of finding answers for questions but I am having a difficult time figuring this one out.
The Goal:
I have a single page layout with a sidebar navigation ...
2
votes
1answer
104 views
jQuery scrollTo - how to stop embeded swf file when scrolling?
Actually the question is in the title.
I use the "flashembed" feature of the jQuery tools within a site that is using scrollTo as well. The embeded swf file is my banner and right now it is running ...
2
votes
1answer
463 views
'ScrollToRowAtIndexPath' method does not work for 'iPad 3.2 Simulator'
For a part of my app, I require the table view to scroll to the first row again. I used the following code.
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0
...
2
votes
2answers
340 views
How to ScrollTo next & next & next… element
<div class="wrap">
<div class="layer">
<div class="post"></div>
<div class="post"></div>
<div class="post"></div>
<div ...
2
votes
2answers
99 views
Scrolling div contained in a div with jQuery?
I need to create a scrolling div (a div that floats alongside with you as you scroll down the page) but I need to constrain it inside the parent.
I need this so that I may do it in multiple divs, so ...
2
votes
1answer
248 views
scroll to the div
I have this test here, http://uwptestsite.uwpistol.net/work.html loads of images, each showing and hiding divs
When i click on an image near the bottom of my screen, how do i get the page to scroll ...
2
votes
2answers
198 views
How to get jQuery scrollTo plugin to behave within Facebook
I can't seem to get the scrollTo jQuery plugin to work within my Facebook app. I'm using it to move the window, as I have a form that needs to grow vertically as it is filled out. My code works fine ...
2
votes
2answers
3k views
Jquery ScrollTo Easing
Can´t apply an easing method to Jquery ScrollTo:
$("#scroller").scrollTo(target,1000,{axis:'x',easing:'linear'});
This doesn´t ease anything...
Im starting to use jquery now (been using prototype ...
2
votes
2answers
563 views
Is it possible to fix a div on an X-axis, but scroll on the Y-axis?
HTML
<div id="header">
<ul id="nav">
<li><a id="ho" href="#spread1-anchor">Home</a> /</li>
<li><a id="bg" ...
2
votes
3answers
251 views
Jquery scrollTo only scrolling up in small increments
I am using the scrollTo plugin to scroll to some headings. The problem it will only scroll upwards in small increments that is determined by the height of the browser window. It does not seem to ...
2
votes
1answer
868 views
Auto-scrolling in jQuery.scrollTo / jQuery.serialScroll works like crazy
I used the following tutorial to make a parallax content slider for my webiste: http://blog.themeforest.net/tutorials/create-a-funky-parallax-background-effect-using-jquery/
I got it working nicely, ...
2
votes
2answers
703 views
UI Modification to jQuery scrollTo: Fade Prev/Next controls when nothing left to scroll
http://cambridgeuplighting.com/portfolio
I am trying to create a function that will fade the Next and Prev controls for a scrollTo function when the slideshow has reached either end. I have a good ...
2
votes
2answers
3k views
Using arrow keys with jQuery scrollTo
I have successfully implemented the scrollTo jQuery plugin which scrolls to the next div with the class "new" when a link is clicked. However, I would also like to be able to use the arrow keys to ...
2
votes
1answer
2k views
Firefox jquery scrollTo flicker bug
I've seen quite a few threads here talking about flickering in Firefox, but none that quite describe the problem I'm having.
I've got a horizontal scrolling website, fixed position menus, and the ...
1
vote
1answer
25 views
Webkit firing mousemove event unexpectedly (mouse not moving)
I have a slideshow playing that scrolls a div to reveal the next photo in the slideshow. I also have a function set up that hides the photo description when the mouse is inactive, but shows the ...
1
vote
2answers
23 views
jQuery dialog goes offscreen when using .scrollto plugin (with jsfiddle reproduction)
I need to show a dialog after the window has scrolled to a specific element. Currently, the dialog opens on top of the page and then the window moves to the intended element. This means the dialog ...
1
vote
0answers
88 views
iscroll4 unexpected behaviour in firefox
I am using iscroll 4 from http://cubiq.org/iscroll-4 and this is working good for me but i am facing one unusual behaviour. I have set up the demo in http://jsfiddle.net/f6vbm/ . Please check in both ...
1
vote
0answers
29 views
how to scrollTo through a series of Anchor points using click or keydown?
Hi I'm new to javascript, and I thought I had this down but I can't seem to get it to work.
I'm trying to create a horizontal scrolling website, navigable with arrow keys.
I also have arrow buttons ...
1
vote
0answers
70 views
Add auto play feature to jquery localScroll slider
I made a jquery image slider using the tutorial from Line 25
I'm trying to also add an autoplay functionality to it, but I can't seem to figure out any way at all to do it. I tried adding a ...
1
vote
0answers
37 views
Using jQuery's scrollTo & onAfterFirst to redevelop a website
So here's where I'm stuck. I'm trying to redevelop my internship companies website (www.20nine.com) from the flash/flex monster it is now into jQuery with the same functionality.
...
1
vote
1answer
83 views
scrollTo plugin with isotope
My portfolio is located at http://www.visualise.ca/ and I am now working on a new version running isotope. It is available at http://themes.visualise.ca/visualise.
When I click on an image thumbnail ...
1
vote
1answer
60 views
How do I stop this div from sitting on top of the scrollbar without breaking my JQuery ScrollTo plug-in?
I am having a little bit of trouble with a website I'm building. I am using the jQuery plug-in "scroll to" as the website is one complete page with different sections. Now I am trying to keep the ...
1
vote
1answer
211 views
scrollTo with easing and a callback function
Here is my code thus far:
$('.my_button').click(function() {
$.scrollTo( '#my_anchor', 1200, {easing:'easeInOutExpo'}, function() {
// function not working here
...
1
vote
2answers
191 views
How to unbind jquery.scrollTo plugin?
I use the jquery scrollto plugin on this page : http://tinyurl.com/3l49ccu)
When i resize the window, the scroll is not working anymore because the "offset" setting changed. I would like to redefine ...
1
vote
0answers
81 views
Modify Starting Slide Using localScroll jQuery Plugin
jQuery n00b here, I'm using the jQuery plugin scrollTo and localScroll to scroll elements in a featured area and I'm having trouble figuring out how to specify the slide I want to start with. My 5 ...
1
vote
1answer
72 views
using horizontal .scrollTo in jQuery without causing jumps in page
I'm trying to implement a tab slider using the .scrollTo plug-in for jQuery. Here's a demo of the project right now: http://www.joshualoves.com/temp/lura/
The problem is that when an anchor is ...
1
vote
2answers
96 views
scrollTo inside an Accordion
I'm trying very hard to attach a scrollTo inside an accordion, but it seems, if the the former works the latter stop working, vice versa.
Here's what I want to achieve,
http://www.ge-energy.com/
...