$('html,body').animate({ scrollTop: $(window.location.hash).offset().top });. On other page, you should have element with id set to elementID to scroll to.
確定! 回上一頁