Home JQuery How to find the height of you're webpage using JQuery?
 
 
 

How to find the height of you're webpage using JQuery?

PDF Print E-mail

Question: How to find the height of your web page using JQuery?

Answer:

$(document).ready(function() {
            var height = $('body').height();
            alert(
height)
});

NOTE: Remember to include the JQuery library file.

+/-
+/- Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
Security Please input the anti-spam code that you can read in the image.
 
 
Banner