2011-05-09 57 views

回答

12
$('#theDiv').height(function(){ 
    return $(window).height() * 0.7; 
}); 
+0

謝謝Reigel,這正是我想要的。 – 2011-05-09 01:37:42

相關問題