我需要帮助。我尝试将Draggable Box放入Popup中。 当我在新选项卡中打开弹出窗口时,该框是可拖动的,但是当不在新选项卡中打开时,弹出的可拖动弹出窗口不起作用。
版本Jquery:1.7.2
$(function() {
$( "#emplacementPanier" ).draggable({ containment: ".top", scroll: false, cursor: "move"})
$( "#divForLegend" ).draggable({ containment: ".top", scroll: false, cursor: "move"})
});