-1
我需要JavaScript jQuery代碼來查找文檔的總滾動高度。使用jquery查找滾動總高度
我需要JavaScript jQuery代碼來查找文檔的總滾動高度。使用jquery查找滾動總高度
嘗試這個
$(document).ready(function(){
var documentHeight=$('html').height();//The entire page is within HTML tag so the page height would be the height of HTML's height. It would be the size of the entire scroll too.
});
$(「元素」)。scrollHeight屬性 – coolguy 2012-07-06 07:33:45
你能告訴我們你想要做的,所以我們可以添加一些相關的代碼是什麼? – fedmich 2012-07-06 09:12:03