????://重新設置目錄高度的函數(shù) function resetMeuHeight(){ //獲取當前頁面的高度,再減去head頭部高度 var height = document.documentElement.clientHeight - 50; //重新設置目錄的高度 $("menu").height(height);
//重新設置目錄高度的函數(shù) function resetMeuHeight(){ //獲取當前頁面的高度,再減去head頭部高度 var height = document.documentElement.clientHeight - 50; //重新設置目錄的高度 $("menu").height(height); } //重新設置主頁面高度的函數(shù) function resetMainHeight(obj){ //獲取當前頁面的高度,再減去head頭部高度(適當多減一點) var height = document.documentElement.clientHeight - 53; 重新設置主頁面高度 $(obj).parent("div").height(height); }
?? ???:滅絕師太?? ??:2019-01-18 15:01:15
???? ??:這個效果后期用的還是比較多的,好好掌握喲!