jQuery.ScrollTo is a plugin for scrolling elements by Ariel Flesler.

learn more… | top users | synonyms

0
votes
0answers
30 views

Click, Scroll to and fade in

I need your help with a javascript. The status quo: I am making a website, that kind of functions like a slide show: Each slide consists of a header, an image and a little text. Underneath the text ...
0
votes
1answer
19 views

jquery mousewheel vertical scrolling website

Heloo, How can I accomplish this kind of vertical mousewheel scrolling? http://www.beoplay.com/Products/BeoplayA8 It always "knows" which div is active and based on mousewheel direction it scrolls ...
0
votes
1answer
18 views

jquery scrollto mousewheel issue

I have really annoying problem with ScrollTo plugin. The webpage is: http://webdizajntest.com/amphiro As you can see, i have made some kind of vertical scrolling homepage with mousewheel triggering ...
1
vote
1answer
19 views

Javascript Scrolling to a PHP variable Scroll point passed through a link

I'm trying to create a page that has anchor tags that link to another page containing a variable for a javascript function on the other page to scroll the window to. As is, I am pointing the link to ...
0
votes
1answer
11 views

ScrollTo or ScrollLeft. Div inside of Iframe

I am trying to have a div on a html page that gets loaded into an iframe scroll to a certain horizontal position onload. But I can't get it working. With some simple body onload code in the html page, ...
0
votes
1answer
16 views

Jquery making things happen while side scrolling (scrollto.js) - only works if scrolling slowly

On a horizontal parallax site using jquery scrollTo(awesome...) Am attempting to use the windowsize values AND scrollLeft values in making decisions knowing the current page width - even if resized. ...
0
votes
0answers
16 views

jquery scrollto jumps to wrong position in internet explorer [closed]

i am really struggling with a internet explorer problem (7,8,9). i use the jquery scrollto-plugin and internet explorer jumps to the wrong position for the defined anchors. the site has a fixed div on ...
1
vote
0answers
26 views

scrollToElement in iScroll not working as expected

I am implementing two separate horizontal iScrolls which is related to each other using scrollToELement(). Whenever i select something from the first iScroll, I am using scrollToELement() to got the ...
0
votes
0answers
43 views

JQuery plugin scrollTo by the bottom

I'm working on a singlepage, and i'm using the scrollTo plugin made by Ariel Flesler ; but in a responsive perspective, I want to find a way to make the plug'in working by the bottom. It means, ...
1
vote
1answer
43 views

jquery change opacity and height on scroll

I'm currently trying to write a little js. My navigation has a gradient set as background. I want the background to change in height and from a gradient to a flat color with 0.85 opacity (animated) ...
0
votes
0answers
11 views

Checking if iFrame scrolled to bottom from outside

I've got a tiny issue, and i need to know if this is even doable and if so... a bit of help accomplishing this would be much appreciated. I've got an iframe, this iframe will display a file.pdf. I ...
0
votes
0answers
24 views

After using scrollTo(int x, int y) method in ListView, I scrolled down and it went to top again

I want to use the method scrollTo(int x, int y) to let my ListView to local the point (x,y), but after the method working, I scrolled down the ListView, the scroller bar went back to the top again. I ...
0
votes
1answer
24 views

jquery scrollto scroll in wrong direction [closed]

hallo i'm trying to use this free plugin http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/ inside my theme, but each time I select an image, the scrolls to the wrong ...
2
votes
0answers
48 views

Cannot use scrollTo offset when using window.location.hash

I have a single page site with a position: fixed; header containing main nav. I'm using this plugin to smooth scroll to each section via the main nav. Because of the fixed header I need to set an ...
0
votes
1answer
18 views

ScrollTo onAfter event not being called

I am using the ScrollTo plugin by Ariel Flesler. I can't get the onAfter function to work, if I do this the page scrolls but the alert isn't called. $.scrollTo('#'+id+'_anchor', 500, 'easeInCubic', ...
-1
votes
0answers
52 views

Trying to implement jQuery ScrollTo on a sticky element [closed]

http://s199881165.onlinehome.us/transfem/newlayout/index.php Above is a page that i am working on. You will find that if you scroll past a certain point the element #tabtabtab sticks to the top of ...
-1
votes
1answer
78 views

scrollTo is not a function

Ok, I can't see it anymore. I'm using the scrollTo plugin and have a scrollTo function in my website. It worked and now suddenly it doesn't... This is my code: $(document).ready(function() { ...
0
votes
1answer
68 views

jQuery Accordion - Scroll to element with specific class on section open

I have combined a search function with a jQueryUI accordion. The search function highlights the title of every section that the inputted search term is found. I am trying to figure out a way to have ...
0
votes
0answers
5 views

ScrollTo Effect Breaks When Linking to Individual Section From Another Page

So I'm working on a Drupal site and have created a scrollto effect using the plugin below. Everything is working as expected on the homepage. However, I have a few internal pages that link to the ...
-1
votes
0answers
26 views

one page site with scrollTo function is not working

I have just designed a site for a client of mine and am having a problem with the scroll to function. I have other jquery plugins and things on the site that all work but the scroll will not. If I ...
-2
votes
0answers
21 views

scrollTo not working with other javascript [closed]

I am having a problem with the scroll to function on this site I just made. The other jquery plugins work but this one does not work at all. I have to remove all other jquery for it to work. Please ...
0
votes
0answers
9 views

Scrollto and/or Local Scroll Issue - Too many items results in scroll back error

Long time visitor, first time contributor. I am working with a company to simply help them add employees to their "who" page. Everything was fine and dandy until, it seems, I added a 22nd item to the ...
-3
votes
1answer
33 views

jquery scrollTo or animate to top?

I'm using this plugin: Open the plugin if u click an image it opens up a big one. when you closing it, the BODY should scroll up. I want to make scroll to the top on click close.! perhaps: ...
-1
votes
4answers
157 views

jQuery scrollTo [closed]

$(document).ready(function() { $("#contact_menu").click(function() { $(body).scrollTo("#contact", 800); }); }); I typed this in my code, hoped it would make my page scroll, but I ...
1
vote
1answer
125 views

ScrollToFixed scrolling issue

I have a problem with scrollToFixed script. https://github.com/bigspotteddog/ScrollToFixed This is a case:http://dash.com.pl/CTP/gallery.html This script works fine, but when I scroll down and after ...
0
votes
2answers
82 views

window onscroll change menu link style

I am trying to use the window scroll function so that a menu link will change its style to the relevant section the user has scrolled to. I have it to alert the user once they scroll to the portfolio ...
1
vote
0answers
116 views

JQuery: ScrollTo next div with mouse wheel after reaching end of current div

I'm trying to build site from divs that act kinda like pages. So there are multiple divs with min-height of 100% of browser window on top of each other. I'm trying to make navigation work so that user ...
0
votes
0answers
10 views

Pass a variable into ScrollTo

SOLVED Here's the result: window.onload = function timeScroll() { var current_date = new Date(); hour_value = current_date.getHours(); var big_number = hour_value*833.3 ...
1
vote
4answers
71 views

jQuery ScrollTo active button

my site http://www.iancockram.com is a one page portfolio. The problem I am trying to solve is that I would like to have the menu button that is active to be highlighted. I have tried to configure ...
0
votes
1answer
60 views

Why do I lose the scroll effect when I incorporate the div into another section?

Here's my website: violetoeuvre.com I made a test page, http://violetoeuvre.com/scroll.html. I want the content in the writing section on the homepage to act in the same way it does on the scroll ...
1
vote
1answer
83 views

JavaScript issue with scrollTo() in Chrome

I try to create a web page with a fixed navigation bar at the top that covers the content underneath. When loading the page with an anchor in the url the normal behaviour is that the page scrolls the ...
0
votes
1answer
37 views

Passing a variable to jQuery scrollTo's duration

The menu links on this project im working on triggers a custom function. The function takes two parameters. n is the index of the element clicked and p is the scrollTop to scroll to. I want to change ...
0
votes
0answers
232 views

Scroll to Anchor on resize

I am attempting to build something similar to MUBI.com. I have a one-page website with several DIVs in a single row and scroll on the y-axis from anchor to anchor with a fixed menu. All overflow is ...
0
votes
0answers
54 views

visualNav with two menu's in chrome doesn't scroll smooth

When I use two instances (Main and Mobile menu) of the visualNav function on my singlepage Website, only one works in Chrome. The second function doesn't work. The page jump to the right section but ...
0
votes
0answers
22 views

ScrollTo isn't working on iOS after ajax page load

The site I've been working on uses an Ajax load, which calls a specific ID and then uses Ariel Flesler's jQuery.ScrollTo plugin (http://flesler.blogspot.com/2007/10/jqueryscrollto.html) to slide ...
1
vote
1answer
435 views

Cannot read property 'left' of undefined

trying to figure out why chrome is throwing out error "Uncaught TypeError: Cannot read property 'left' of undefined" although #explorenav works great but #experiencenav doesnt seem to be working. am ...
1
vote
4answers
154 views

Automatic scroll the page to a div after 5 seconds

I'm new in javascript, now I'm trying to do that, as the title, I've a page which has a div at the top that is as big as the page with a video in it, followed by several sections like this: <div ...
0
votes
0answers
39 views

How to make scrollto plugin work after Ajax call?

HTML code index.php: ...<a href="<?php bloginfo('url'); ?>/info/#page_about"><span id="About_us">About us</span></a> <a href="<?php bloginfo('url'); ...
0
votes
0answers
24 views

jQuery scrollto/localscroll - causes scrollbars to disappear

I encountered a problem with jQuery's scrollto/localscroll plugin. These plugins work by default, but if I fade in/out some containers then it somehow causes all scrollbars on the webpage to ...
0
votes
1answer
110 views

Android ScrollView ScrollTo and flicker

I note that the screen will flickers whenever scrollTo is called. What I wanted to achieve is to make sure the ScrollView content remain at the same position on the screen while data being added into ...
1
vote
2answers
123 views

jquery dialog load on scroll

I have the following code and want to load the dialog only once the user has scrolled past 1200px. I also am trying to get the show variable to slow down: $(function() { $( "#dialog" ).dialog({ ...
0
votes
0answers
121 views

jquery Isotope - scroll to center clicked enlarged item

I'm new here, (and no coder, I am working as Architect) but over the last months I've browsed this place very often to find solutions to several problems I encountered while making a new website for ...
0
votes
1answer
247 views

scroll to a div after jquery form submit

i already test all the ways to scroll to a DIV ID but don't work i know is something wrong but i don't know what, this is my jquery script $("#sub").click( function() { $("#myForm").validate({ ...
1
vote
3answers
63 views

jQuery scrolling to div then expose

I want to scroll to a div then when it reaches the div highlight it using expose. At the moment I can get the scroll to work on its own, and the expose on its own but struggling to get them ...
1
vote
0answers
202 views

jQuery show and hide links scrolling inside a div

What I have below works. But, I'm sure it's not the proper way to write it. What is the correct way to write this in jQuery to show or hide two different links to scroll through text in a div? This ...
0
votes
2answers
69 views

ScrollLeft scrolls to wrong location

I'm making a Friday Quiz! I want to use a scrollLeft-jQuery effect to go to the next question. I have used this before without problem, however, now it keeps jumping round like mad. What am I doing ...
0
votes
1answer
24 views

How to detect scrollTo plugin is currently scrolls?

How can i detect scrollTo plugin is currently scrolls moving? like jQuery :animated selector. if ( $('.ele').is(':animated') ) { $('.ele').animate({'left':'1000px'},5000); // .ele will only ...
1
vote
2answers
543 views

Automaticly scrollTo closest div jQuery/Javascript

Alright guys, this is a tough one so bare with me.. I'm building a single page ScrollTo website with 4 div's. These div's represent my pages. Home -> My work -> About me -> Contact The width and ...
-1
votes
2answers
88 views

ScrollTo doesn't work

I re-open my previous question as it has been closed due to not beinig specific enough. I'm trying to make jQuery plugin "ScrollTo" work, but I'm definitively doing something wrong despite using the ...
0
votes
0answers
85 views

How do I use ScrollTo Plugin by balupton horizontally?

I am trying to use balupton jquery-scrollto plugin to scroll horizontally from one img to the next along. I am not sure how to use this plugin. I want the user to click on img and then the page ...

1 2 3 4 5 10