The following Javascript will scroll the page to the bottom using jQuery: $('html, body').animate({scrollTop:$(document).height()}, 'slow');.
確定! 回上一頁