js設置滾動條到div底部

 /**
     * 設置聊天框中的滾動條始終在底部
     */
    function setScrollForBottom(id){
        var height = document.getElementById(id).scrollHeight;
        $("#"+id).scrollTop(height);
    }ide

相關文章
相關標籤/搜索