views:

41

answers:

1

Is it possible to drag stuff out of a jQuery UI dialog and drop it onto the page? I'm using html() function to move data between the dialog and the page, but it would be cool to have the drag and drop effect.

A: 

Yes. Make the content of the jQuery UI dialog draggable and the place where you want to drop it droppable.

psychotik