How do you use jQuery's .draggable to drag a table cell?

后端 未结 2 707
暖寄归人
暖寄归人 2021-01-23 19:23

In this Fiddle I want to make a jQuery or Javascript interaction that will allow me to drag the first table cell (Name) and pull it out. .draggable seems to only work with divs.

相关标签:
2条回答
  • 2021-01-23 19:40

    You can try out with this plugin http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

    and with table cells is this is what you need http://www.jeasyui.com/tutorial/dd/dnd3.php

    0 讨论(0)
  • 2021-01-23 19:52

    You could put a div in the cell and drag that.

    0 讨论(0)
提交回复
热议问题