Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 jQuery 时可排序、可拖动和可放置。
我们放置任何对象的容器,只有当该对象的中心位置位于容器的边界时才接受它。
对不起,上面的陈述太复杂了,请看下图。
我们如何改变接受点?
您可以使用该tolerance选项(droppable,sortable)。
tolerance
droppable()支持fit,和. intersect_pointertouch
droppable()
fit
intersect
pointer
touch
sortable()只支持intersect和pointer。
sortable()
intersect是两个小部件的默认值。