3
我想重置原始文檔的高度以刪除元素添加後的額外空間。我現在的代碼是這樣的。原始高度的文檔高度百分比
$(document).ready(function() {
var document_height = $(document).height();
document_height = 0.70 * document_height;
$(document).height(document_height);
});
這應該改變文件的高度,但不會。有一個更好的方法嗎?
$(文檔)是我正在尋找。 – user823527
我不認爲你是。文件是指**整個**文件;包括「DOCTYPE」,「」,「
」和「」。 – 2012-05-09 01:26:07