jQuery UI:放置对象时的可排序和可拖动行为

发布于 2024-11-26 21:12:27 字数 255 浏览 0 评论 0原文

使用 jQuery 时可排序、可拖动和可放置。

  1. 将可排序项目放入可排序中。
  2. 将可拖动对象放入可放置对象中。

我们在其中放置任何对象的容器仅当该对象的中心位置位于容器的边界内时才接受它。

抱歉,上面的陈述太复杂,请参见下图。

我们怎样才能改变接受点呢?

在此处输入图像描述

When working with jQuery sortable, draggable and dropable.

  1. Dropping a sortable item in sortable.
  2. Dropping a draggable in a droppable.

The container in which we are dropping any object, only accepts it if the center position of that object lies in the bounderies of container.

Sorry the above statement is too much complex please see below picture.

How can we change the point of acceptance?

enter image description here

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

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

发布评论

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

评论(1

白衬杉格子梦 2024-12-03 21:12:27

您可以使用tolerance选项(droppable可排序)。

  • droppable() 支持 fitintersectpointertouch

  • sortable() 仅支持 intersectpointer

intersect 是两个小部件的默认设置。

You can use the tolerance option (droppable, sortable).

  • droppable() supports fit, intersect, pointer and touch.

  • sortable() only supports intersect and pointer.

intersect is the default for both widgets.

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