考えた結果、オブジェクト指向についてはまだよくわかっていないのですが、投稿してみます。
を追加します。
Mainコード:
var Class = {
min_w:960,
bint : function(r) {
$(r).style.display = "ブロック";
$(r).style.height =Math.max(parseInt(document. documentElement.scrollHeight),parseInt(document .documentElement.offsetHeight)) "px";
$(r).style.width = Math.max(parseInt(document.body.offsetWidth),Class.min_w) "px" ;
},
x: function(r,d) {
for (i = 1; i var c = document.createElement("div");
c.innerHTML = i ;
$(d).appendChild(c)
}
},
res: function(r,wr) {
$(r) .style.width = Math.max (parseInt(document.body.offsetWidth),Class.min_w) "px";
$(r).style.height =Math.max(parseInt(document.documentElement.scrollHeight) ,parseInt(document.documentElement.offsetHeight )) "px";
}
};