IE7:javascript canvas 代码过去可以在 IE7 中运行,现在不行了。这两次修订之间发生了什么导致了这种情况?
一直在使用名为 Raphael 的库来处理画布元素
当前版本: http://jsfiddle.net/G5mTx/27/ 在 IE7 版本中工作: http://jsfiddle.net/G5mTx/10/
注意:这些工作在非 IE 浏览器。
所以...自修订版 10 以来,我添加了一堆 jQuery 处理程序。是否有一个 javascript 库可以仅用于 IE,从而启用所有功能?
编辑:请注意,修订版 11-26 可能与修订版 10 和 27 无关(jsfiddle 是公开的)
Been working with the canvas element with a library called Raphael
Current revision: http://jsfiddle.net/G5mTx/27/
Working in IE7 revision: http://jsfiddle.net/G5mTx/10/
Note: These work in non-IE browsers.
So... I've added a bunch of jQuery handlers since revisions 10. Is there a javascript library I can use for just IE that will enable everything?
EDIT: Note that revisions 11-26 may not have to do with revisions 10 and 27 (jsfiddle is public)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案在原帖评论中。
Solution in comments of original post.