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

 

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

 

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