scrollLeft (99999); // will give me the max value since I've overshot var max_value = $body.scrollLeft(); // returns 300 $('body').scrollLeft(0);.
確定! 回上一頁