亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

重置頁面函數(shù)

original 2019-05-15 17:22:36 309
abstrait:重新設(shè)置主操作區(qū)高度 function resetMainHeight(obj){     var height = parent.document.documentElement.clientHeight - 53;     $(obj).parent(
重新設(shè)置主操作區(qū)高度


function resetMainHeight(obj){
    var height = parent.document.documentElement.clientHeight - 53;
    $(obj).parent('div').height(height);
}


重新設(shè)置頁面高度
function resetMenuHeight(){
    var height = document.documentElement.clientHeight - 50;
    $('#menu').height(height);
}


Professeur correcteur:查無此人Temps de correction:2019-05-16 09:29:04
Résumé du professeur:完成的不錯。jq和js混編,兩個都要好好練習(xí)。繼續(xù)加油。

Notes de version

Entrées populaires