jquery 模板内的 Raphael 文本元素
我在出现的 jquery 模板元素内创建 raphael js 文本元素时遇到问题
,因为 raphael js 图形是在容器附加到 dom 之前创建的,所以 raphael 文本的位置发生了移动,
这仅适用于文本元素。直线、圆和其他都很好
有人遇到同样的问题吗? 除了不使用 jquery 模板之外还有什么解决方案吗?
I have a problem creating raphael js text elements inside a jquery template element
it appears, as raphael js graphics is created before the container is attached to the dom, the position of raphael text is shifted
this apply only to text elements. lines, circles and all the rest are fine
anyone had the same problem?
any solution other than not using jquery template?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该延迟 Raphaël 代码,直到 DOM 完全加载:
You should delay you Raphaël code until the DOM is fully loaded :