zepto - scrollLeft

<div style="border:1px solid black;width:100px;height:130px;overflow:auto">
    The longest word in the english dictionary is: pneumonoultramicroscopicsilicovolcanoconiosis.
</div>
<button class="btn1">把滾動條的水平位置設置爲 100px</button>
$("button").click(function(){
        $("div").scrollLeft(100);
    });
相關文章
相關標籤/搜索