Questions tagged [scrollto]

jQuery.scrollTo is a plugin for scrolling elements and the window with jQuery animation, by Ariel Flesler.

  • Project on Github (includes documentation)
  • Plugin Releases
  • Gist on anchor navigation with jquery.scrollTo
  • Migration to jquery.scrollTo 2.0
751 questions
0
votes
2 answers

Any modern, newer, better alernatives to Ariel Flesler's scrollTo/serialScroll?

I'm using both scrollTo and the "child"-plugin serialScroll quite frequently, and like them because they Actually SCROLL things, rather than animating css-properties (margin/position etc) Are flexible and can be used in many different situations,…
Nils
  • 475
  • 6
  • 18
0
votes
2 answers

scrollTo effect jquery not working

I am trying to get the scrollTo jquery work. Tried various tutorias/methods but none seem to work. I am using it for a WP site and my idea is that there are some js files messing up each other. The following .js are being used:
bboy
  • 1,357
  • 2
  • 15
  • 31
0
votes
1 answer

jquery plugin scrollTo not working

I'm trying to use Ariel Flesler's jquery scrollTo plugin for horizontal scrolling, but can't get the scrolling working (the plugin and jquery are included in the head). Here's the relevent HTML:
Dan
  • 5
  • 2
0
votes
1 answer

I want to create a button on my webpage that activates the action of a tab on the same page using jquery if possible

I currently have a tab on my page (created with Jquery UI) that when clicked expands some content that is collapsed on page load. I want to be able to activate that tab's action by pressing a separate button on the site. For example, here is the…
Rookieatthis
  • 167
  • 3
  • 11
0
votes
1 answer

jQuery ScrollTo Ajax doesn't slide

I'm trying to load a page via ajax and then slide that content horizontally across the screen using the jQuery Scroll library. On clicking a link, all other currently loaded pages are hidden in the DOM, the next page is loaded via ajax, and scrollTo…
user300285
0
votes
2 answers

Full width Divs

Im working on a project that uses jQuery ScrollTo I have 6 rows, each with 6 child divs , I would like each of these child divs to be 'full width' (edge to edge in the browser window). Here is my fiddle: http://jsfiddle.net/RZjrV/2/ here is a…
0
votes
4 answers

animate after jquery scroll

I'm traying to animate a logo after scrolling animation or when i click any menu link but it's not working. I got this code for animate scrolling: jQuery(function() { jQuery('a').bind('click',function(event){ var $anchor…
Mauro
  • 1,472
  • 12
  • 22
0
votes
1 answer

Move scrollable contents relatively with jQuery

I have a container with scrollable contents, and I need to move the position of the scroll relatively to its current position, say 20 pixels downwards. I'd like to use ScrollTo plugin, alternatively the scrollTop() jQuery function. So if I run the…
Gruber
  • 4,478
  • 6
  • 47
  • 74
0
votes
1 answer

Jquery ScrollTo issue

I am using Jquery ScrollTo so that when I click a question at the top of the page it will scroll to the question and answer further down the screen. This function works ok ( To a point) Now when I click to a question that is say halfway down the…
Richlewis
  • 15,070
  • 37
  • 122
  • 283
0
votes
2 answers

jQuery.ScrollTo plugin issue when hiding/showing content

I'm using Arial Flesler's ScrollTo plugin to slide "sections" of a page horizontally. In this case, I don't want to slide through all sections. I'd like my sections to slide from one to another without showing the other sections inbetween. I've set…
0
votes
2 answers

Need help getting jQuery ScrollTo plugin to run

So I've been trying to get Ariel Flesher's jQuery ScrollTo plugin work, but had not luck. I've checked the other post regarding the plugin and it didn't help. So I've created my own post. HTML:
0
votes
1 answer

Resize div to a div inside it

I have some problems resizing a div with ID mask which I use to with a scrollTo() effect. The #mask is sized to 100% browser both sides and overflow: hidden, so when I click on the menu the mask scrolls to the chosen div. The HTML looks like…
-1
votes
2 answers

Jquery Problems with set an id attribute and use the id for a scroll function

I made a simmple example at fidle. https://jsfiddle.net/johi123/0xdvq3wp/10/ from my project: Always say me there is no id set. url:https://hiti-seo.com/seo-suchmaschinen-optimierung/news/seo-news.html#MUM - Eine neue Ära der Suche beginnt console…
jörg
  • 23
  • 6
-1
votes
1 answer

Implement jQuery scrollTo

How to use it? Trying to set up a very basic, default setting xy scroll to the absolutely positioned div. See http://jsfiddle.net/danielredwood/TWEXC/1/ for a (not) working example. The plugin's doc are here:…
technopeasant
  • 7,809
  • 31
  • 91
  • 149
-1
votes
1 answer

# anchor tag causing adsense issues

I am currently using div id for users to go to my site and jump to div (ie sitename.com/sitepage/#div_1). My issue is that if these urls are used adsense recognises this as autoscrolling and therefore displays the ad in a double-click format (ie…
Manny
  • 59
  • 8