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.
divの「ドラッグ速度」を遅くできる方法はありますか? 現在の div をドラッグすると、何らかの理由で垂直方向にドラッグすると、結果が非常に遅くなります。
速度を落とすと、少しスムーズになるでしょうか?
これはドラッグに使用する私のコードです:
$('#myDiv').bind('mouseover', function () { $(this).draggable({}); });