IE傻逼了 --- 浏览器 IE 不兼容 (id) 不一样...

碰到个问题 , firefox 和chrome 都没有问题,   ie 就是打不开 

 

 

 

  function fill_trade() {
		$("#totalFlexBox").fpiFlash({
			id : "totalFlexBox",
			swf : "/static/swf/columnLineCombine.swf",
			width : "100%",
			height : "100%",
			callback: function(){
				this.initChart(model,config);
			}
		});
 

 

问题就是出在这段  js 文件上面,  "#totalFlexBox"  , 和  id : "totalFlexBox", 的名字 一样了 , 

 

根据姚远庆 说的, 这个 ie 下面的id 名字不能重复.

你可能感兴趣的:(ie傻逼)