随笔 - 29  文章 - 0  评论 - 1  阅读 - 16840

jquary中滚动条滚动到底部

例如:

html: <div class="box"></div>  

css: {width:100px;height:200px;overflow:hidden;} JS: $('.box').scrollTop( $('.box')[0].scrollHeight - $(this).height() );
  1. $(this).height(),//可见高度 ,可视区域高度

  2. $(this).get(0).scrollHeight,//内容高度  整个内容高度,包括hidden的部分

  3.  $(this).scrollTop();//滚动高度 滚动条距离上边的高度 = 2-1 

    scroll事件不支持冒泡;

posted on   柳暗花明8963  阅读(176)  评论(0编辑  收藏  举报
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示