[jQuery] Table row drag and drop

[jQuery] Table row drag and drop


Hi !
I've written my first plugin ,which is only tested with firefox currently.
It allows ordering of table rows with drag and drop and selection of multiple
rows (select first one, then shift+click select and) and moving of this
block.
I've started it because the dnd of the interface library didn't work for me.
it completely broke the table.
The plugin is in an early stage, so there are some glitches every now and then
but mostly it works.
You can find a demo page at:
    http://www.jowenn.net/opensource/jquery/tablerowdnd/
Since it is my first jquery plugin, comments are very welcome
Kind regards
Joseph Wenninger