DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> 使用jquery中height()方法獲取各種高度大全
使用jquery中height()方法獲取各種高度大全
編輯:JQuery特效代碼     

. 代碼如下:
alert($(window).height()); //浏覽器當前窗口可視區域高度

alert($(document).height()); //浏覽器當前窗口文檔的高度

alert($(document.body).height());//浏覽器當前窗口文檔body的高度

alert($(document.body).outerHeight(true));//浏覽器當前窗口文檔body的總高度 包括border padding margin

alert($(window).width()); //浏覽器當前窗口可視區域寬度

alert($(document).width());//浏覽器當前窗口文檔對象寬度

alert($(document.body).width());//浏覽器當前窗口文檔body的高度

alert($(document.body).outerWidth(true));//浏覽器當前窗口文檔body的總寬度 包括border padding margin

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved