I don’t need to auto-scroll to the bottom of a div, rather force the user to scroll there themselves. I’ve got a legal agreement that I’d actually like people to read. Possible using regular JS or jQuery?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve had to do this before, this is what I did to make it work in several browsers:
CSS:
HTML:
EDIT:
Added the checkbox that gets enabled when scrolled to the bottom.