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.
親要素があり、タイトルをドラッグするだけでドラッグしたい。私はこれで遊んでみましたが、成功しませんでした..
これは、この問題を解決するための私の試みです: http://jsbin.com/ujOQIZE/2/
あなたが望むのはハンドルを使うことだと思います:
$('#init-canvas').draggable({ handle: "header" });
http://jsbin.com/eMERoXo/1/