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?
Page 1 / 1
You can use:
jQuery(".QuestionOuter").last().get(0).scrollIntoView();
Wow, thanks TomG. This was much easier than I thought!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.