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.
.draggable() 要素をトリガーするイベントを変更する方法はありますか? デフォルトではなく、マウスダウンイベントで要素のドラッグを開始したいと思います。
$('#init-canvas').dblclick(function() { $(this).draggable(); });
これが必要です。#init-canvas が最初にダブルクリックされた後でのみ、オブジェクトがドラッグ可能になります。