在 jquery ui 选项卡之间拖放 portlet?

发布于 2024-09-10 16:29:39 字数 401 浏览 4 评论 0原文

我正在使用 jquery 1.4.2 和 jquery ui 1.8.2 构建带有选项卡的 portlet 样式网站。 portlet 很容易与可排序插件一起使用。选项卡也很容易。我遇到的问题是尝试在选项卡之间拖动 portlet。由于所有选项卡中都存在 Portlet 可排序的相同容器(列),因此看起来应该是可行的。

我的方法是当我开始拖动 portlet 时将标志设置为 true,当我放开它时将标志设置为 false。然后,当我检测到鼠标进入其中一个选项卡(选项卡功能所需的 ul 中的 li)时,选择该选项卡。

问题是,即使当我没有抓住 portlet 时 mouseenter 事件会可靠地触发,但如果我抓住了,它真的很不稳定。我必须将 portlet 拖入或拖出选项卡链接,拖曳一段时间,最终我可以让它启动。关于如何使行为更可靠有什么建议吗?

i'm building a portlet style site with tabs using jquery 1.4.2, and jquery ui 1.8.2. the portlets were easy to get working with the sortable plugin. tabs were easy as well. the problem i'm having is in trying to drag portlets BETWEEN tabs. since the same containers that the portlets are sortable to (columns) are present in all tabs, it seems like it should be doable.

my approach is to set a flag to true when i start dragging a portlet, and false when i let it go. then when i detect a mouseenter to one of the tabs (the li in the ul that the tabs functionality expects), select that tab.

the problem is that even though the mouseenter event is fired reliably when i'm not holding onto a portlet, it's really flaky if i am. i have to drag the portlet on and off the tab link, all around for a while and eventually i can get it to fire. any suggestions as to how to make the behavior more reliable?

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

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

发布评论

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

评论(1

ぇ气 2024-09-17 16:29:40

您是否查看过此演示“通过选项卡连接列表” jQuery UI 演示网站?

Have you checked out this demo 'Connect Lists through tabs' on the jQuery UI demo site?

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