如何使用 jQuery 将一个 div 拖放到其他 4 个 div 中。一旦我进入 div 0ne,我想拖动 dragDiv 下一个 div。
<div id="dragdiv"> </div>
<div id="dropDivone"> </div>
<div id="dropDivtwo"> </div>
<div id="dropDivthree"> </div>
<div id="dropDivfour"> </div>
如何使用 jQuery 将一个 div 拖放到其他 4 个 div 中。一旦我进入 div 0ne,我想拖动 dragDiv 下一个 div。
<div id="dragdiv"> </div>
<div id="dropDivone"> </div>
<div id="dropDivtwo"> </div>
<div id="dropDivthree"> </div>
<div id="dropDivfour"> </div>
我不太明白你的问题,但如果你想实现拖放功能,请参阅 JQuery UI draggable/droppable:http: //jqueryui.com/droppable/#default。请分析那里的例子。