2012-07-06 84 views

回答

1

嘗試這個

$(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. 
});