我某處有這個線在我的JS文件如何在Internet Explorer 8中修復Internet參數代碼:0?
while(this.c.offsetWidth > this.w - s && --exit){
w = isNaN(this.cw[0])? this.w - s : --this.cw[0];
if(w < 1 || this.w < Math.max(1, s)){break;}
this.c.style.width = isNaN(this.cw[0])? this.w - s + 'px' : --this.cw[0] + this.cw[1];
}
IE不斷告訴我Invalid Argument code:0
,但它的工作在其他瀏覽器(如IE瀏覽預期)
IE什麼?版? – mpm 2012-03-17 10:14:06
就像它站在那裏,你的JS格式不正確 - 缺少一個'{' – Christoph 2012-03-17 10:15:05
對不起,代碼編輯,沒有複製整個循環 – 2012-03-17 10:16:18