我们可以将 jQuery-ui 和 Raphael 结合起来吗
我正在尝试使用 jQuery-ui 的对话框,并尝试在用户单击链接时在该对话框中使用 Raphael 创建一个矩形。矩形已正确绘制,但 .attr("fill","#FFFFFF") 方法未执行。当我运行它时,矩形没有被黑色填充。我也面临与 .text 方法相同的问题。这种情况只发生在 IE 中。在铬中我可以看到颜色。
有人可以告诉我我们是否可以同时使用 Raphael 和 jQuery-ui 吗?如果不是,解决方法是什么?
任何指针都会有帮助。
谢谢
I'm trying to use jQuery-ui's dialog and trying to create a rectangle using Raphael in that dialog when a user clicks on a link. The rectangle is getting drawn correctly, but the .attr("fill","#FFFFFF") method is not getting executed. When I run it, the rectangle is not getting filled with black color. Also I'm facing the same problem with .text method. This is happening only in IE. in chrome I'm able to see the color.
Can anybody please tell me if we can use both Raphael and jQuery-ui together? If not what would be the work around?
Any pointer will be helpful.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论