亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

电白县| 崇州市| 龙游县| 阿尔山市| 龙泉市| 泸州市| 福泉市| 东山县| 雷州市| 彰化市| 威信县| 南通市| 南雄市| 溆浦县| 芦溪县| 汾阳市| 进贤县| 永康市| 全椒县| 高州市| 台南县| 财经| 手游| 武义县| 浦东新区| 新昌县| 上饶县| 寿宁县| 大方县| 三门峡市| 湖南省| 霍林郭勒市| 清原| 南川市| 鄂伦春自治旗| 临泉县| 松潘县| 余干县| 西吉县| 临沭县| 彭州市|