91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery獲取窗口高度的方法及判斷scroll滾動到底部

發布時間:2020-06-12 14:14:59 來源:網絡 閱讀:1940 作者:guyuexuan2012 欄目:web開發

$(window).height()     獲取的是當前可視窗口的高度,也就是用戶能看到的窗口的高度,是不變的(在窗口大小不變的前提下)
$(document).height()  獲取的是窗口內文檔的高度,這個高度隨著文檔內容的高度改變而改變


當窗口滾動條滾到最低端時,$(document).height() == $(window).height() + $(window).scrollTop()。
當窗口內文檔高度不足瀏覽器窗口高度時,$(document).height()返回的是$(window).height()。

$("body").height()   如果body沒有border、margin的話,$("body").height()==$(document).height(),但是還是不建議使用這種方式去獲取文檔內容高度

PS:如果你發現$(window).height()值有問題,返回的不是瀏覽器窗口的高度,那么看看是不是網頁沒有加上<!DOCTYPE>聲明


滾動某個div中內容的情形如下

代碼:

<html>
<head>
<script type="text/javascript" src="/jquery/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $(".btn1").click(function(){
    $("div").scrollTop(100);
  });
  $(".btn2").click(function(){
    alert($("div").scrollTop()+" px");
  });
});
</script>
</head>
<body>
<div >
This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.
</div>
<button class="btn1">把 scroll top offset 設置為 100px</button>
<br />
<button class="btn2">獲得 scroll top offset</button>
</body>
</html>

當滾動條滾動到底部時,此時$("div").scrollTop() = 394px   $("div").height()為div的高度200px不變

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

安远县| 都兰县| 新和县| 华亭县| 三台县| 阿荣旗| 额济纳旗| 石门县| 永州市| 辽中县| 葵青区| 南召县| 闸北区| 崇礼县| 丰都县| 彰武县| 沈丘县| 深州市| 潜江市| 鹤庆县| 金溪县| 敖汉旗| 富宁县| 湾仔区| 中西区| 民乐县| 大厂| 威信县| 海兴县| 确山县| 七台河市| 兰州市| 古交市| 怀柔区| 澎湖县| 贵定县| 旺苍县| 简阳市| 宁波市| 昭苏县| 聊城市|