jQuery UI - 允许可排序元素在屏幕上自由定位
I am trying to use jQuery UI's Draggable & Sortable to make an object able to be freely moved within an element, without having to remain next to another object.
How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我得到了你想正确提出的问题。这通常仅通过使用可拖动选项来实现。
请参阅此处演示。
If I got the question you were trying to ask properly. This is generally achieved from just using the draggable option only.
See this demo here.