0

我已经在 Stack 上尝试了一百万种方法来解决这个问题,我在一个带有内容 ID 的 div 中得到了带有文本的 div……我让所有带有文本的 div 都可以拖动,但是只要我向下滚动浏览器,它就搞砸了位置助手的:克隆元素。这是我的文件中的内容;

JAVASCRIPT

$(document).ready(function($) {
  // let the .draggable items be draggable
  $( ".draggable" ).draggable({
    revert: "invalid",
    containment: "document",
    helper: "clone",
    cursor: "move",
    scroll: "false",
    refreshPositions: true
  });

这不是溢出:滚动问题或任何东西,它只是这样做;

问题

4

0 回答 0