I\'m not a programmer, but I use the code below to scroll the page to the top.
How can I adapt it to make a scroll down?
This can be used in to solve this problem
in javascript use this
jQuery("div#scrol").scrollTop(jQuery("div#scrol")[0].scrollHeight);