我有一个可拖动的div,可调整大小的东西手柄,包含在一个更大的div中,并与其他div一起捕捉。
这一切都有效,除了当我拖动div并让它捕捉到另一个div时,当调整大小时可以释放可拖动的div消失。
如果我将div拖动到其他一个捕捉div,然后将其返回到原始div我可以调整大小并且div不会消失。
我有一个JS Bin:http://jsbin.com/xexutikeja/edit?html,css,js,output
答案 0 :(得分:0)
containment
中的resizable
与draggable
中的parent
不匹配,因此会尝试将包含设置为原始 $('#cat').resizable({
handles: "e, w",
containment: ".bigCat"
})
,但该元素位于另一个div上。只需更改您的可调整大小:
the program prints "What year were you born?"
then reads the value in variable apple
then prints (current year - apple) "year old"
then prints "thank you"
then prints "bye"
and terminates