Scrolling automatically to a question | XM Community
Skip to main content

Hi, I have a page with two questions. I want the page to scroll down to the second question on load. Is there a way to do it using js?

You can use:
jQuery(".QuestionOuter").last().get(0).scrollIntoView();


Wow, thanks TomG. This was much easier than I thought!


Leave a Reply