Archive for July, 2007

Dragging and dropping table rows in Javascript

Sunday, July 1st, 2007 by DenisH

Summary: This article tells you how to implement drag and drop for HTML tables in Javascript. You can download the source here and play with the demo here.

Updated: now copes with multiple tables on the same page, non-drag and non-drop rows (such as headers) and embedding form elements. (more…)