views:

52

answers:

1

I would like to do this:

  • Drag a DIV element from a first document that contains an IFRAME

  • Drop this DIV element into into a second document, inside the IFRAME.

Is there a way to use jQuery UI draggable & droppable to achieve this? or otherwise do this in a cross-browser way, possibly with another JS library?

A: 

Firsly: frames.. yuk!

But anyway. The only way i see this working is to d away with the frame and then use ajax to load the inner content, as it will now be in the same area drag+drop should work fine!

thomasfedb
MvanGeest
Yannick Deltroo