Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for a drag/drop script that mimics table rows 1

Status
Not open for further replies.

Sleidia

Technical User
Joined
May 4, 2001
Messages
1,284
Location
FR
Hello,

I'm using this great script ( ) for dragging/dropping table rows.

But the only limitation is that I can't dynamically create rows anywhere in the table with the cloneNode method (which I absolutely have to use for some reason).

So, I am wondering if there is a similar script/library somewhere which could behave mostly the same but on divs instead of table rows. Thus, I would be able to insert divs wherever I want inside the table-looking divs.

BTW, I use prototype.

Thanks for the help :)
 
If it helps, I've just posted to your other thread about how to insert cloned table rows at an arbitrary location.

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

Dan's Page [blue]@[/blue] Code Couch:
Code Couch Tech Snippets & Info:
 
Thaaaaaaaaaaaaaanks!!! ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top