列表内部可排序,外部可拖动(可移动到任何地方)
我正在尝试将可排序列表面板停靠在页面底部, 我还希望列表中的某些项目可以拖动到屏幕上的任何位置 如果它们被移回列表,它们将可以排序(停靠和排序)。
我正在使用jquery。
I am trying to make sortable list panel docked on the bottom of page,
also I want some items from the list to be draggable anywhere on the screen
and if they are moved back to the list they will be sortable (docked and sorted).
I am using jquery.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个好的起点是查看 jQuery UI 插件。
还可以查看对接工具。
您可以绑定事件,以便自动对它们进行排序。
“我希望列表中的某些项目可以拖动到屏幕上的任何位置”,那么他们会做什么?
也许如果您能澄清您希望看到发生的情况,或者在网上找到类似的产品,我们可以帮助您找到正确的方向
A good starting point would be looking at the jQuery UI plugin.
Take a look at a docking tool as well.
You can tie into events that will allow you to automatically sort them.
"I want some items from the list to be draggable anywhere on the screen" and what would they do then?
Maybe if you could clarify what you want to see happen or maybe find a similiar offering online we can help you get pointed in the right direction