库丰IE8 - 需要数组对象
我在 IE8 中遇到此错误。有人见过这个吗?
Webpage error details:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Mon, 6 Dec 2010 19:31:00 UTC
Message: Array object expected
Line: 7
Char: 6559
Code: 0
URI: http://ideacity.smallparade.com/js/fonts/cufon-yui.js
I'm getting this error in IE8. Has anyone seen this before?
Webpage error details:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Mon, 6 Dec 2010 19:31:00 UTC
Message: Array object expected
Line: 7
Char: 6559
Code: 0
URI: http://ideacity.smallparade.com/js/fonts/cufon-yui.js
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
$$
从哪里来?您忘记提及除 Cufon 之外您还使用哪些库。请注意,如果您的内容发生更改,则通常使用替换就足够了(只需传入一串选择器),然后在每次更改后调用
Cufon.refresh
。Where is that
$$
coming from? You forgot to mention which libraries you're using besides Cufon.Note that if you have content that changes, it's enough to use replace normally (just pass in a string of selectors), and then call
Cufon.refresh
after each change.