Hello, I am wondering if it is possible to d&d table rows in tbody
section - instead of li elements in ul/ol lists? I've tried to achive
this using an example from yui website but...it doesn't seemed to
work (i can drag but when tr is dropped it goes back to its previous
location). My code is exactly the same as in example code here
http://open.yahoo.com/yui/examples/dragdrop/dd-reorder.html, but I am
referring to my table rows instead of li`s. As I said it works okay
for dragging only. It is possible to make this fully working in about
few lines of code?