Tagged Questions
1
vote
1answer
217 views
get div's stored in array x,y position
I'm developing my website and I have a button (position: fixed) and each time I click it I need it to scroll the page to the next div which has class="picture" and is first below the scrollTop().top ...
1
vote
1answer
230 views
Variable not working on scrollTop value inside .animate()
Hi peeps wondering if anyone could help me with a click function, should animate to the target anchor which it does fine when using an integer for the scrollTop value however when I pass a variable it ...
0
votes
0answers
566 views
jquery - get position of element relative to the viewport
I am trying to detect when an element reaches the top the viewport. I have setup a variable to get the position of the element and another variable to get the actual scroll position of the window. I ...
0
votes
2answers
209 views
jQuery fixed item when scrolling reset when at top?
I have a navigation menu in the header at the top of the screen that changes color and adds fixed positioning when the user scrolls down the screen to keep it in place but I would like this to reset ...
0
votes
1answer
979 views
Why are scrollTop, pageYOffset, and height all not working?
I am trying to detect if there is a vertical scrollbar or not on the browser window (if the content exceeds the window height and overflows). I have tried document.body.scrollTop, window.pageYOffset, ...
0
votes
2answers
271 views
How do I call a function on each <li> when they near the top of the viewport?
Please help. I'm losing sleep over this one! :)
I have a list of short posts; call them quotes if you will. I have a fixed position header that is 200px high with a transparent background. I need ...
2
votes
2answers
4k views
Accounting for a fixed header with animate.scrolltop and (target).offset().top;
This should be a pretty basic question, but i've thrown most of my morning at it, and at this point I'm close to throwing in the towel. I have not even a little bit of js foo -- but I found a nicely ...
1
vote
2answers
1k views
Jquery: Scroll to last <li>
I'm using the following to scroll to the last <li> in an unordered list:
$("html,body").animate({scrollTop: $('ul#cart-items li').offset().top});
How can I change this to scroll to the last ...
1
vote
2answers
675 views
jQuery do something if page is scrolled down to class name
I want to have a div appear if I go to less than or equal to a class on a page.
Ie. I want this box to appear once the page is scrolled down to a certain class. By scrolling downward on the page I ...
0
votes
1answer
2k views
jquery ie8 scrollTop and offset issue
I am attempting to position a very simple hover tool tip directly above a series of elements on a page. My positioning code works perfectly in FF, but in IE8 the positioning fails if the page is ...
1
vote
1answer
1k views
jquery: auto scroll page, but allow for mousewheel, still scrolling
I'm trying to create a feature where the user sees a menu that has 5 numbers, 1 - 5. 1 = slowest, and 5 = fastest, when someone clicks one of these numbers the page begins to scroll itself, making it ...
0
votes
0answers
118 views
How do I stop a shift caused by jqueryui draggable in IE6?
I am unable to get an instance of .draggable working properly on IE6.
http://www.platypus-ad.com/clientHub/kohls/phase9/marketing_allocation/layout_details.php
It takes a couple steps to see what ...