サマリー://重新設(shè)置目錄高度的函數(shù) function resetMeuHeight(){ //獲取當(dāng)前頁(yè)面的高度,再減去head頭部高度 var height = document.documentElement.clientHeight - 50; //重新設(shè)置目錄的高度 $("menu").height(height);
//重新設(shè)置目錄高度的函數(shù) function resetMeuHeight(){ //獲取當(dāng)前頁(yè)面的高度,再減去head頭部高度 var height = document.documentElement.clientHeight - 50; //重新設(shè)置目錄的高度 $("menu").height(height); } //重新設(shè)置主頁(yè)面高度的函數(shù) function resetMainHeight(obj){ //獲取當(dāng)前頁(yè)面的高度,再減去head頭部高度(適當(dāng)多減一點(diǎn)) var height = document.documentElement.clientHeight - 53; 重新設(shè)置主頁(yè)面高度 $(obj).parent("div").height(height); }
添削の先生:滅絕師太添削時(shí)間:2019-01-18 15:01:15
先生のまとめ:這個(gè)效果后期用的還是比較多的,好好掌握喲!