跳跃开始拖动

时间:2015-07-22 08:42:18

标签: jquery-ui drag-and-drop draggable

我使用jquery ui拖动并产生奇怪的效果。在开始拖动对象时,它替换为新位置取决于开始拖动时的光标偏移。这里example 有人能帮助我吗?谢谢

1 个答案:

答案 0 :(得分:0)

你的HTML应该是这样的:

.arrow:hover {
  opacity: 0.5;
}

我刚刚删除了这部分:

let(:chef_run) do
     ChefSpec::Runner.new do |node|
       node.automatic['fqdn'] = 'ceph-1'
       node.set['ceph']['hosts']['ceph-1']
       node.set['ceph']['hosts']['ceph-1']['osd_devices'] = [{device: "/ceph-1-osd", journal: "/ceph-1-journal/journal", type: "directory"}]
     end.converge(described_recipe)
end

因为这是造成问题的原因