window.scrollTo(0, some_element.offset().top); // native equivalent (x, y) ... You can use scrollIntoView() method in javascript. just give id.
確定! 回上一頁