拖放的良好解决方案
我正在研究拖放项目(图像、文本区域等)的解决方案。我需要一些东西,它还能给出项目在屏幕上放置、保存的位置的坐标,然后可以放置在该确切位置。
我正在寻找与此类似的最终结果: https://gomockingbird.com/mockingbird/#
到目前为止,我已经提出了两种可能的解决方案:
卡布奇诺 - http://cappuccino.org/
HTML5
还有其他想法吗在这些解决方案中的任何一个以及他们是否知道其他值得一看的解决方案?
I am looking into solutions for Drag N Drop of items(images, textareas, etc). I need something that will also give the coordinates of the location the item was dropped on screen, saved, and later can be placed in that exact location.
I am looking for an end result of something similar to this: https://gomockingbird.com/mockingbird/#
So far I have come up two possible solutions:
Cappuccino - http://cappuccino.org/
HTML5
What are other thoughts on either of these solutions and if they know any others that are worth taking a look at?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 jQuery --> http://jqueryui.com/demos/draggable/#handle
Take a look at jQuery --> http://jqueryui.com/demos/draggable/#handle
对于 HTML5 的 canvas 元素,您可以使用出色的 kinetic 来满足您的所有拖放需求。这是一个教程来帮助您入门。
For HTML5's canvas element you can use the fantastic kinetic for all your drag and drop needs. Here's a tutorial to get you started.