Jquery UI:可拖动并带有约束?

发布于 2024-08-20 23:26:29 字数 146 浏览 3 评论 0原文

是否可以为可拖动对象设置约束? 我有这样一条线:

$("#info").draggable({ axis: 'y' });

我希望它只能向顶部拖动 200px。它不应该被拖到底部吗?有什么办法可以做到这一点吗?

is it possible to set constraints for a draggable obeject?
I have this line:

$("#info").draggable({ axis: 'y' });

i want this only to be draggable 200px towards the top. It should not be draggable towards the bottom? Is there any way to do that?

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

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

发布评论

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

评论(1

一口甜 2024-08-27 23:26:29

你检查了演示吗?
http://jqueryui.com/demos/draggable/#constrain-movement

您可以使用一些显示的选项来实现您正在寻找的内容(例如制作一个高 200 px 的容器 div 等)。

Did you check the demos?
http://jqueryui.com/demos/draggable/#constrain-movement

You can use a few of the shown options to achieve what you are looking for (like making a container div that is 200 px higher, etc).

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