You can calculate the maximum value of element.scrollLeft with: var maxScrollLeft = element.scrollWidth - element.clientWidth;.
確定! 回上一頁