Top "Scrolltop" questions

The scrollTop method.

scrollTop() returns 0 in Firefox, but not in Chrome

Not sure if there's another question regarding this, if so I apologize and please don't release the hounds. Using the …

jquery html scrolltop document-body
jQuery scrollTop() position to percentage

<script> document.getElementById('listen-btn').addEventListener('click', function() { document.getElementById('music-player').play(); }); <script> $(window).scroll(function() { if($(…

javascript jquery scrolltop
Scroll RecyclerView Scroll to position always on top

I'm using linear layout manager and RecyclerView with a LinearLayout Manager to populate some list of items. When I'm displaying …

android android-recyclerview android-linearlayout scrolltop
jQuery doesn't know function scrollTop

I want do create a div, which is scrollable in y-direction, but is fixed in x-direction. I already got help …

jquery scrolltop vertical-scrolling
Vanilla JavaScript: Scroll to Top of Page

I may have missed something, but I cannot get window.scrollTo(0,0) to move to the top of the page. I …

javascript scrolltop
Jquery: Scroll to last <li>

I'm using the following to scroll to the last <li> in an unordered list: $("html,body").animate({scrollTop: $(…

jquery jquery-animate offset scrolltop
Force Inner-iframe Content to Scroll To Top On Pageload

All of my website's 'content pages' open inside of an iframe on my index page. I am using a onload="…

javascript iframe onload scrolltop scroll-position
jQuery scrollTop not working inside iframe on iOS

iOS and iframes.. such a pain. I've a simple back to top button which should animate the scrolling (instead of …

jquery ios iframe scrolltop
jquery animate scrolltop callback

I have the following jquery that scrolls the page to the top, then performs a callback function. The problem is …

jquery callback jquery-animate scrolltop