使用 Jquery-svg 的 SVG 可拖动的初始位置
我试图使这个 SVG 的一部分可拖动并且它可以工作,但是初始单击从 0,0 偏移开始,我似乎无法让它从原始偏移开始工作。初次点击后一切正常。
I'm trying to make parts of this SVG draggable and it works, but the initial click starts from 0,0 offset and I can't seem to get it to work from the original offset. After the initial click it's fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 jQuery 更新到最新版本,它可能与 jQuery UI 有点冲突。
两者的最新版本都工作得很好。
演示: http://jsfiddle.net/wesbos/aestj/1/
Update your jQuery to the latest version, it might have a bit of a conflict with jQuery UI.
Latest builds of both work great.
demo: http://jsfiddle.net/wesbos/aestj/1/