问题描述
|
我刚刚花了最后4个小时来处理这段代码,很高兴最终使它起作用,但是在IE中却无法使用!我不能理解为什么?
这是jsfiddle上的代码:http://jsfiddle.net/hQkFH/8/
谢谢!!
解决方法
该代码在Chrome中无法正常运行。但是,在Internet Explorer中破坏它的问题是对象文字中的结尾逗号:
$(this).clone().css({
position: \"absolute\",top: offsetTop,left: offsetLeft,// <-- here
}).attr(\"id\",\"cloned\").appendTo(\"body\");
该语法有效,但是会在v9之前的Internet Explorer中引起错误。