Homepage » Web Development » Multi List Drag and Drop

Multi List Drag and Drop

By Jonathan + July 18th, 2005

Wow this DHTML for manually sorting two lists runs fast! It’s almost like there’s a ghost in the machine…”Show yourself! What’s that sound?…THE WIND.”

I’m basically trapped in Family Guy reruns inside my brain, which could be a problem at some point down the road. For now, its all gravy, baby :P

Cyber Dummy - PHP, Ajax, MySQL, and Javascript Stuff » Multi List Drag and Drop

I was playing with Tim Taylor’s excellent List Drag and Drop javascript and came across the multi list version by Ben Levy. I made a few modifcations to it adding a “trash” container so that items that are dragged and dropped outside of an area are not lost.
I also added some php to make it persistent by saving the layout inside of a mysql database.

O comments at "Multi List Drag and Drop"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »