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 の値を取得するにはどうすればよいですか。
画像をクリックしてドラッグしたいのですが、カーソルを移動すると画像が移動しますが、これが発生したくありません。
ありがとうございました。
axis オプションで動きを制限します。{ 軸: "y" }