TableDnd ******** Links ===== - `TableDnD, Table Drag and Drop JQuery plugin`_ For example code see `django-todo source code`_ Download ======== - Download ``jquery.tablednd_0_5.js.zip`` from the above site. Install ======= - I extracted the archive and re-named to ``jquery.tablednd.js``. Usage ===== - Include jQuery and ``jquery.tablednd.js`` at the top of your html file: :: - The HTML for the table is very straight forward (no Javascript, pure HTML): ::
1Onesome text
2Twosome text
3Threesome text
- To add in the *draggability* all we need to do is add a line to the ``$(document).ready(...)`` function as follows: :: .. _`TableDnD, Table Drag and Drop JQuery plugin`: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ .. _`django-todo source code`: http://code.google.com/p/django-todo/source/browse/trunk/todo/templates/todo/view_list.html