Jquery 可排序,div 不可能溢出
我有一个可排序的列表,其中有一些 div。其中一个 div 有一个带有滚动条的列表,现在的问题是我无法使用滚动条,因为可拖动的 div。
是否可以阻止移动的某个部分或全部div?
I have a sortable list with a few divs in it. One of those divs has a list with a scrollbar, the problem now is that i can't use the scrollbar because the draggable div.
Is it possible to block a certain part or complete div of moving?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用“handle”选项来缩小用户必须单击的 div 部分才能拖动它。这已经救了我很多次了。
You can use the "handle" option to narrow what part of the div the user has to click in order to drag it. This has saved my butt a lot of times.