我在将元素从不同的 iframe 拖到花哨的树节点时遇到问题?
function test(){
$("#tetsingDIV1").draggable({ revert: true, cursor: "move", cursorAt: { top: -5, left: -5 }, connectToFancytree: true });
}
HTML 部分
<body onload="test()">
<a id="tetsingDIV1" style="cursor:move;text-decoration: none !important;" href="_param=dfasdfdsadasdasdasdasdasdas"> <img src='../common/images/iconDragDrop.png'</a> </body>
我想将上面的 HTML 元素拖到花哨的树节点上 有什么解决方案吗?我试过这个:在 DIV 的外部 iframe 上;我也添加了可拖动事件,以便花式树可以接受它。