Drag and drop rows between two similar tables using jquery

Topics related to client-side programming language.
Post questions and answers about JavaScript, Ajax, or jQuery codes and scripts.
Marius
Posts:107

Drag and drop rows between two similar tables using jquery

Hi
I am trying to drag a table row and to drop it in a similar table (of same table structure).
I am trying to implement with jQuery UI draggable. Any example or tutorial?

MarPlo Posts:186
Hi,
Check the code example from this page: jQuery Drag and Drop Rows between two similar Tables