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/