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. Is there a solution or should i give up on trying to make a UI using tables? http://jsfiddle.net/4XyzJ/33/
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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 |
||||
|
|
You could put a div in the cell and drag that. |
|||||
|