Line 38: | Line 38: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(e) { | $(document).ready(function(e) { | ||
+ | settimeout(alert($("html").height()),1000); | ||
$("html").height($("html").height() - $("body").height()); | $("html").height($("html").height() - $("body").height()); | ||
− | alert($("html").height()); | + | settimeout(alert($("html").height()),1000); |
}); | }); | ||
</script> | </script> |
Revision as of 07:59, 28 September 2016