Skip to main content
hfghfgh454
Known Participant
December 8, 2015
Question

Captivate 8 responsive scrolling

  • December 8, 2015
  • 0 replies
  • 121 views

I unlinked my page heights and now when I hit my responsive site pages they load at the bottom of the page instead of the top.  Is there a way to anchor to the top of the scrolling page when it loads?

I tried adding this js on enter of the current page but it didn't work:

  • $(document).ready(function(){
       $(
    this).scrollTop(0);
    });
    This topic has been closed for replies.