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): ::
1 | One | some text |
2 | Two | some text |
3 | Three | some text |