Log in

View Full Version : Drag and drop into folders



djcubez
06-17-2008, 06:02 PM
I'm looking for a simple JScript that will allow me to take elements from one container (div) and than drop them into a folder, and than that element would disappear. Basically, were looking at having an easy to use organization method. You'll have a small table of files and then you just click, drag and drop into the folder you wish. I know enough to do the AJAX coding that I need to enter the information in the database, but I'm looking for the JavaScript that would do the visual aspects.

It's almost similar to the first example on this page: http://www.webreference.com/programming/javascript/mk/column2/

I've looked at both Rico and Dojo but they seem like complex solutions for a simple problem.

Thanks

Medyman
06-18-2008, 11:56 PM
Have you looked at jQuery? It's 100% the route I would take when tackling this. I'd recommend giving the docs of the jQuery UI branch (http://docs.jquery.com/UI) a read.