jquery ui 类似于 Apple Finder

发布于 2024-11-16 00:58:12 字数 295 浏览 1 评论 0原文

我正在寻找使用 jQuery UI 构建一个类似于 Apple Finder 的导航系统。这个想法是您将一个对象拖到这个“查找器”导航中,并且能够在文件夹之间导航以放置对象。其行为类似于将文件从桌面上移动到目录或在目录之间移动文件。

此外,在这个“查找器”导航中,我希望能够使用 jQuery UI Sortable 通过拖放来对对象进行排序,但它需要是嵌套的可排序选项。

这样的东西已经被创造出来了吗?如果有必要的话,我不喜欢在 javascript 中重新发明轮子。否则,任何有助于解决此问题的示例或指示将不胜感激。

谢谢!

I'm looking to build a navigation system similar to Apple Finder using jQuery UI. The idea is you drag an object into this 'finder' navigation and are able to navigate between folders to drop an object. This is to behave similar to moving a file from on your Desktop to a directory or moving a file between directories.

Additionally, inside this 'finder' navigation, I'd like to be able to sort objects by dragging and dropping using jQuery UI Sortable, except it will need to be a nested sortable option.

Has anything like this been created yet? I prefer not to reinvent the wheel in javascript if necessary. Otherwise, any examples or directions to help solve this will be appreciated.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

追星践月 2024-11-23 00:58:12

我不确定这是否有帮助,但您可以看到我使用 jQuery Finder 所做的事情: http:// /code.google.com/p/jqueryfinder/(演示链接不起作用,因此您必须检查后备箱)

它几乎被遗弃了,所以如果其他人愿意捡起它,我会很高兴。

I'm not sure if this helps but you can see what I've done with jQuery Finder: http://code.google.com/p/jqueryfinder/ (the demo link does not work, so you'll have to checkout the trunk)

It's pretty much abandoned so I'd love it if someone else would pick it up.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文