views:

38

answers:

2

Hi,

I need a drop and drag functionality for my email client application.

Description:

I have some mails in my Inbox, I want them to move to my user defined folders by using drag and drop functionality by using Java Script.

Looking forward for your response.

Thanks, Ranjith

+1  A: 

YUI has some drag-and-drop APIs. http://developer.yahoo.com/yui/dragdrop/

DVK
+1  A: 

Check out JQuery, a very nice wrapper for Javascript with many nice UI plugins, including drag and drop. This page has tons of drag and drop demos. You can scroll through and pick the plugin that you like --> here

And particularly, this plugin is probably exactly what you're looking for http://jqueryui.com/demos/droppable/

KennyCason