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