jquery如何让滚动条默认在最底部

 

 $(document).ready(function() {
 $("#content").scrollTop($("#content")[0].offsetHeight);
        });

 

posted @ 2015-01-20 16:59  dekevin  阅读(776)  评论(0)    收藏  举报