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 draggable 做到了这一点。演示
$("img").draggable({ containment: [-99, -119, 0, 0], scroll: false });
如何获得图像可见部分的 x、y 值。
我想单击并拖动图像几次,当我移动光标时,图像正在移动,我不希望这种情况发生。
谢谢你。
使用轴选项约束运动。{轴:“y”}